Apply font to EVERYTHING
This commit is contained in:
parent
6b1c7ceca5
commit
e31ebcb8f8
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,6 @@
|
|||
body {
|
||||
background-color: #1a1a1a;
|
||||
color: #aaa;
|
||||
font-family: "Fira Code", "Fira Mono", "Roboto Mono",
|
||||
"Lucida Console", "Courier New", monospace;
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
margin: 0;
|
||||
|
@ -18,6 +16,8 @@
|
|||
|
||||
* {
|
||||
transition: height 1s !important;
|
||||
font-family: "Fira Code", "Fira Mono", "Roboto Mono",
|
||||
"Lucida Console", "Courier New", monospace;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
|
Loading…
Reference in a new issue