diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-09-29 12:41:02 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-09-29 12:41:02 +0300 |
| commit | 6ca55101e4f55a56f51eed6f9addcda83f5c4e5e (patch) | |
| tree | 27d86bc107ed09d0e0f152331acfaf661c34993b /_sass/fonts.css | |
| parent | 8d69c4656ada9b63390e218951de641d58062d15 (diff) | |
| download | aaoth.xyz-6ca55101e4f55a56f51eed6f9addcda83f5c4e5e.tar.gz aaoth.xyz-6ca55101e4f55a56f51eed6f9addcda83f5c4e5e.zip | |
fix css errors
remove nonexistent properties from fonts.css, quote font name with spaces.
Diffstat (limited to '_sass/fonts.css')
| -rwxr-xr-x | _sass/fonts.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/_sass/fonts.css b/_sass/fonts.css index 1ca0cd3..dfbca0f 100755 --- a/_sass/fonts.css +++ b/_sass/fonts.css @@ -63,7 +63,6 @@ url('/assets/fonts/Lato-Regular.ttf') format('truetype'); font-style: normal; font-weight: 400; - text-rendering: optimizeLegibility; font-display: swap; } @@ -76,7 +75,6 @@ url('/assets/fonts/Lato-Italic.ttf') format('truetype'); font-style: italic; font-weight: 400; - text-rendering: optimizeLegibility; font-display: swap; } @@ -89,7 +87,6 @@ url('/assets/fonts/Lato-Bold.ttf') format('truetype'); font-style: normal; font-weight: 700; - text-rendering: optimizeLegibility; font-display: swap; } @@ -102,7 +99,6 @@ url('/assets/fonts/Lato-BoldItalic.ttf') format('truetype'); font-style: italic; font-weight: 700; - text-rendering: optimizeLegibility; font-display: swap; } /** =================== FIRA CODE ===================== **/ |
