mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-19 11:09:50 +00:00
hopefully improve font rendering
This commit is contained in:
parent
82b490c524
commit
09b4de08e3
3 changed files with 9 additions and 39 deletions
|
@ -13,6 +13,9 @@ html,
|
|||
body {
|
||||
font-family: Manrope, "Manrope-Fallback", Arial, sans-serif;
|
||||
overflow: hidden;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
#page_wrapper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue