use Source Code Pro for monospace font
This commit is contained in:
parent
ba42d016b3
commit
c8dc8f1077
2 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,10 @@ p {
|
|||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
pre code {
|
||||
font-family: 'Source Code Pro', monospace;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #FF4F00;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue