Change fixed width font to Roboto Mono
This commit is contained in:
parent
14a369751b
commit
5debbbb2e1
3 changed files with 4 additions and 4 deletions
|
@ -53,7 +53,7 @@ pre
|
|||
pre,
|
||||
code
|
||||
{
|
||||
font-family: monospace;
|
||||
font-family: 'Roboto Mono', monospace;
|
||||
border-radius: 4px;
|
||||
width: 100%;
|
||||
font-size: .9em;
|
||||
|
|
|
@ -32,8 +32,8 @@
|
|||
*/
|
||||
|
||||
html {
|
||||
font-family: "Fira Sans", sans-serif;
|
||||
font-weight:300;
|
||||
font-family: 'Fira Sans', 'Helvetica Neue', 'Arial', sans-serif;
|
||||
font-weight:300;
|
||||
|
||||
}
|
||||
@media (min-width: 48em) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue