aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-10-20 01:36:57 -0400
committerThedro Neely <thedroneely@gmail.com>2019-10-20 01:36:57 -0400
commit9bb2ea2fb3be933390543128a390afc19ce4b075 (patch)
treef4266445a49434bb8f0a0c15026e3bb6ca8b93f9 /public
parent4e07b8f94640068c5f38419ee658133ede1f88b0 (diff)
downloadthedroneely.com-9bb2ea2fb3be933390543128a390afc19ce4b075.tar.gz
thedroneely.com-9bb2ea2fb3be933390543128a390afc19ce4b075.tar.bz2
thedroneely.com-9bb2ea2fb3be933390543128a390afc19ce4b075.zip
public/css/tdro: Remove system-ui from font stack
Try for Noto Sans first. System-ui is not consistent.
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 2dccf4f..862ce24 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -208,7 +208,7 @@ button,
input,
select,
textarea {
- font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans',
+ font-family: 'Noto Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans',
'Droid Sans', 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}