mirror of
https://review.haiku-os.org/userguide
synced 2024-11-23 15:18:25 +01:00
Switch from DejaVu to Noto font
As discussed, Noto renders much better with freetype 2.7 [1]. The DejaVu package is still in the HaikuPorts repo and can be installed manually just like all the other available fonts. [1] http://www.freelists.org/post/haiku-development/freetype-update-from-265-to-27
This commit is contained in:
parent
626e5dc702
commit
c53378d108
@ -21,7 +21,7 @@ body {
|
||||
line-height: 1.5;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: "DejaVu Sans", Arial, Helvetica, sans-serif;
|
||||
font-family: "Noto Sans", Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
/* link colors and text decoration */
|
||||
|
@ -21,7 +21,7 @@ body {
|
||||
line-height: 1.5;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: "DejaVu Sans", Arial, Helvetica, sans-serif;
|
||||
font-family: "Noto Sans", Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
/* link colors and text decoration */
|
||||
|
Loading…
Reference in New Issue
Block a user