Skip to content

Commit 2c0ef9e

Browse files
JGiolajonathantneal
authored andcommitted
Uniform fixed-width fonts.
Merged the fonts declaration of the pre and code,kbd,samp blocks to use the same fallbacks.
1 parent 4b2a3de commit 2c0ef9e

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ code, kbd, pre, samp {
152152
/* Windows 6+ */ Consolas,
153153
/* Android 4+ */ Roboto Mono,
154154
/* Ubuntu 10.10+ */ Ubuntu Monospace,
155+
/* KDE Plasma 5+ */ Noto Mono,
155156
/* KDE Plasma 4+ */ Oxygen Mono,
156157
/* Linux/OpenOffice fallback */ Liberation Mono,
157158
/* fallback */ monospace;

sanitize.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ pre {
124124
/* Android 4+ */ Roboto Mono,
125125
/* Ubuntu 10.10+ */ Ubuntu Monospace,
126126
/* KDE Plasma 5+ */ Noto Mono,
127+
/* KDE Plasma 4+ */ Oxygen Mono,
127128
/* Linux/OpenOffice fallback */ Liberation Mono,
128129
/* fallback */ monospace; /* 1 */
129130

@@ -173,6 +174,7 @@ samp {
173174
/* Windows 6+ */ Consolas,
174175
/* Android 4+ */ Roboto Mono,
175176
/* Ubuntu 10.10+ */ Ubuntu Monospace,
177+
/* KDE Plasma 5+ */ Noto Mono,
176178
/* KDE Plasma 4+ */ Oxygen Mono,
177179
/* Linux/OpenOffice fallback */ Liberation Mono,
178180
/* fallback */ monospace; /* 1 */

0 commit comments

Comments
 (0)