[07/08/23] changed to monospace font and caps titles
This commit is contained in:
parent
39c52872d7
commit
340f7499bf
16 changed files with 119 additions and 109 deletions
|
@ -1,10 +1,15 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap');
|
||||
|
||||
h1.logo {
|
||||
height: 90px;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: none;
|
||||
height: 3px;
|
||||
background-color: #171717;
|
||||
background-color: #a89984;
|
||||
opacity: 100%;
|
||||
}
|
||||
|
||||
|
@ -25,7 +30,7 @@ a {
|
|||
body {
|
||||
background-color: #282828;
|
||||
color: #ebdbb2;
|
||||
font-family: "Rubik";
|
||||
font-family: "Fira Code";
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue