diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-02-21 16:13:30 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-02-21 16:13:30 -0500 |
| commit | d7b1a995b7da423531933888cde04ae6d807298b (patch) | |
| tree | 05dfdbe5a6c9df0fc7ed4d336143e6c397db7a15 /ui/styles/forms.css | |
| parent | f905b6fb1c3e34faaa3014009e994813842a7ffa (diff) | |
Provide fallback generic fonts for our custom fonts
Diffstat (limited to 'ui/styles/forms.css')
| -rw-r--r-- | ui/styles/forms.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/styles/forms.css b/ui/styles/forms.css index 88a6c41..eb98743 100644 --- a/ui/styles/forms.css +++ b/ui/styles/forms.css @@ -5,7 +5,7 @@ label { } label input { - font-family: 'Overlock'; + font-family: 'Overlock', cursive; display: block; width: 90%; padding: 0.25rem; @@ -14,7 +14,7 @@ label input { } form.form > button { - font-family: 'Overlock'; + font-family: 'Overlock', cursive; background-color: var(--colour-input-bg); color: var(--colour-input-text); padding: 0.25rem; |
