Change font to didact gothic
This commit is contained in:
parent
31d0b991e2
commit
5c61b68ff7
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
/* Fonts */
|
||||
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Didact Gothic&display=swap');
|
||||
|
||||
@font-face {
|
||||
font-family: 'Miriam Libre';
|
||||
@ -19,8 +19,8 @@
|
||||
}
|
||||
html {
|
||||
font-size: calc(1em + 0.25vw);
|
||||
font-family: Roboto, Arial, Helvetica Neue, sans-serif;
|
||||
line-height: 1.35;
|
||||
font-family: Didact Gothic, Arial, Helvetica Neue, sans-serif;
|
||||
line-height: 1.6;
|
||||
color: rgb(255, 255, 255);
|
||||
opacity: .85;
|
||||
background-color: #39424E;
|
||||
@ -1126,10 +1126,10 @@ h1 svg {
|
||||
}
|
||||
|
||||
main p {
|
||||
display: block;
|
||||
margin-bottom: 1em;
|
||||
display: block;
|
||||
margin-bottom: 1em;
|
||||
line-height: 1.6;
|
||||
letter-spacing: 1.2px;
|
||||
letter-spacing: 1.3px;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user