Tries out font combo Noto Serif/Source Code Pro
This commit is contained in:
parent
ea1fcd379a
commit
69f17c15b5
2 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
html,
|
||||
body
|
||||
{
|
||||
font-family: 'Fira Sans', sans-serif;
|
||||
font-family: 'Noto Serif', serif;
|
||||
font-size: 18px;
|
||||
font-weight: 300;
|
||||
line-height: 1.5;
|
||||
line-height: 1.66em;
|
||||
}
|
||||
|
||||
.img-circle
|
||||
|
@ -61,8 +61,8 @@ pre code, li code, td code, code
|
|||
}
|
||||
|
||||
code {
|
||||
font-family: 'Roboto Mono', monospace;
|
||||
font-size: 90%;
|
||||
font-family: 'Source Code Pro', monospace;
|
||||
font-size: 82%;
|
||||
}
|
||||
.copyright,
|
||||
.poweredby
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue