changed body font to "Fira Sans". changed code font to "Fira Code"
This commit is contained in:
parent
69a4fd8486
commit
2f85b04c23
|
|
@ -1,5 +1,14 @@
|
|||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
<style>
|
||||
|
||||
body {
|
||||
font-family: 'Fira Sans';
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: 'Fira Code';
|
||||
}
|
||||
|
||||
main h1:nth-child(1) {
|
||||
border-bottom: 2px solid black;
|
||||
font-size: 300%;
|
||||
|
|
|
|||
Loading…
Reference in New Issue