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">
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: 'Fira Sans';
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
font-family: 'Fira Code';
|
||||||
|
}
|
||||||
|
|
||||||
main h1:nth-child(1) {
|
main h1:nth-child(1) {
|
||||||
border-bottom: 2px solid black;
|
border-bottom: 2px solid black;
|
||||||
font-size: 300%;
|
font-size: 300%;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue