Change font to didact gothic

This commit is contained in:
infidel 2022-11-15 01:14:00 +07:00
parent 31d0b991e2
commit 5c61b68ff7
2 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
/* Fonts */ /* 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-face {
font-family: 'Miriam Libre'; font-family: 'Miriam Libre';
@ -19,8 +19,8 @@
} }
html { html {
font-size: calc(1em + 0.25vw); font-size: calc(1em + 0.25vw);
font-family: Roboto, Arial, Helvetica Neue, sans-serif; font-family: Didact Gothic, Arial, Helvetica Neue, sans-serif;
line-height: 1.35; line-height: 1.6;
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
opacity: .85; opacity: .85;
background-color: #39424E; background-color: #39424E;
@ -1126,10 +1126,10 @@ h1 svg {
} }
main p { main p {
display: block; display: block;
margin-bottom: 1em; margin-bottom: 1em;
line-height: 1.6; line-height: 1.6;
letter-spacing: 1.2px; letter-spacing: 1.3px;
opacity: 0.8; opacity: 0.8;
} }