Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/niklasbuschmann/contrast-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Buschmann <niklasbuschmann@users.noreply.github.com>2019-07-21 21:46:06 +0300
committerNiklas Buschmann <niklasbuschmann@users.noreply.github.com>2019-07-21 21:46:06 +0300
commit11438647d715ba9adce1dc213ad50f6341e894bf (patch)
tree8ad83f7bb993816af957f0f456a8206f2870e1ee
parent153f24d9836814e4d82b4d84a8a960825381fbe0 (diff)
remove system-ui
-rw-r--r--static/css/theme.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/theme.css b/static/css/theme.css
index a1c4511..259b11a 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -6,7 +6,7 @@
}
body {
- font-family: system-ui,-apple-system,"Helvetica Neue","Segoe UI",sans-serif;
+ font-family: -apple-system,"Helvetica Neue","Segoe UI",sans-serif;
font-size: 16px;
font-size: calc(0.8rem + 0.25vw);
font-weight: 400;