aboutsummaryrefslogtreecommitdiffstats
path: root/_sass
diff options
context:
space:
mode:
authorRonalds Vilciņš <ronalds.vilcins@gmail.com>2020-03-05 19:28:05 +0200
committerGitHub <noreply@github.com>2020-03-05 19:28:05 +0200
commit28485fed2682c1e064b1a0d0341f645690f3327b (patch)
tree09908226b52ca11664373382e7d7a64690cefcba /_sass
parent248d169b3bf86645ca6b839c5f54c06947a8dd6e (diff)
downloadwiki-28485fed2682c1e064b1a0d0341f645690f3327b.tar.gz
cleaning code
“-apple-system” and “BlinkMacSystemFont” are replaced by the new standard “system-ui” generic font family. “system-ui” is also supported by Firefox.
Diffstat (limited to '_sass')
-rwxr-xr-x_sass/_main.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/_sass/_main.scss b/_sass/_main.scss
index 377067b..84b1401 100755
--- a/_sass/_main.scss
+++ b/_sass/_main.scss
@@ -7,7 +7,7 @@
}
body {
- font-family: -apple-system,BlinkMacSystemFont,'avenir next',avenir,helvetica,'helvetica neue',ubuntu,roboto,noto,'segoe ui',arial,sans-serif;
+ font-family: system-ui, sans-serif;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
line-height:1.5;
@@ -199,4 +199,4 @@ section {
figcaption {
font-size: smaller;
-} \ No newline at end of file
+}
Un proyecto texto-plano.xyz