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:
Humdinger
2016-11-27 19:04:26 +01:00
parent 209b520fa0
commit 945566ff43
10 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -7,12 +7,12 @@
*/
*, title {
font-family: "DejaVu Sans", Arial, sans-serif;
font-family: "Noto Sans", Arial, sans-serif;
color: #333333;
}
cmdsynopsis, code, command, computeroutput, envar, filename, keycode, keysym,
literal, option, parameter, sgmltag, systemitem {
font-family: "Deja Vu Mono", Courier, "Courier New", monospace, fixed;
font-family: "Noto Mono", Courier, "Courier New", monospace, fixed;
}
term {
font-weight: bold;
+1 -1
View File
@@ -27,7 +27,7 @@ body {
color: #333333; /* mine shaft */
background-color: white;
font-size: 14.4px;
font-family: "DejaVu Sans", Arial, sans-serif;
font-family: "Noto Sans", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */