Add Windows-specific font variants
This commit is contained in:
parent
bb6d9d03af
commit
e514cbd2d0
3 changed files with 5 additions and 5 deletions
|
@ -35,7 +35,7 @@ body {
|
|||
padding: 0;
|
||||
background-color: #ffffff;
|
||||
color: #242121;
|
||||
font-family: 'Source Sans Pro', sans-serif;
|
||||
font-family: 'Source Sans Pro', 'Verdana', sans-serif;
|
||||
font-size: 1.02em;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
|
@ -124,7 +124,7 @@ main article code,
|
|||
main article kbd,
|
||||
main article samp,
|
||||
main article pre {
|
||||
font-family: 'Source Code Pro', monospace;
|
||||
font-family: 'Source Code Pro', 'Consolas', monospace;
|
||||
}
|
||||
main article blockquote,
|
||||
main article pre {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue