diff --git a/sass/chordpro.scss b/sass/chordpro.scss index 7569df7..2f30d40 100644 --- a/sass/chordpro.scss +++ b/sass/chordpro.scss @@ -1,3 +1,5 @@ +@import "fonts"; + $col-white: #fff; $col-black: #2e3440; @@ -6,6 +8,8 @@ body { margin: 0; background-color: $col-black; color: $col-white; + font-family: "Noto Sans", Tahoma, Geneva, Verdana, sans-serif; + text-rendering: geometricPrecision; } table { diff --git a/sass/style.scss b/sass/style.scss index c927e7a..e7a3322 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -1,4 +1,4 @@ - @import "fonts"; +@import "fonts"; $width-mobile: 900px; @@ -12,6 +12,7 @@ body { background-color: #2e3440; color: #fff; font-family: "Noto Sans", Tahoma, Geneva, Verdana, sans-serif; + text-rendering: geometricPrecision; @media (prefers-color-scheme: light) { background-color: #fff;