This commit is contained in:
Michał Gdula 2022-06-17 23:21:52 +01:00
parent b1d8d36704
commit 6e2f592d83
4 changed files with 86 additions and 46 deletions

View file

@ -2,21 +2,6 @@
@import "css/main.css";
@import "css/footer.css";
/*
@font-face {
font-family: "Rubik", sans-serif;
src: url(fonts/Rubik.ttf) format('truetype');
}
@font-face {
font-family: "Lexend Deca", sans-serif;
src: url(fonts/LexendDeca.ttf) format('truetype');
}
@font-face {
font-family: 'Fira Code', monospace;
src: url(fonts/FiraCode.ttf) format('truetype');
}
*/
:root {
--bg: #151515;
--bg-dark: #0f0f0f;
@ -73,7 +58,7 @@ p,a {
font-family: "Fira Code", monospace;
}
h1,h2,h3 {
h1,h2,h3,h4 {
font-family: "Lexend Deca", sans-serif;
font-weight: 600;
color: var(--h);
@ -87,6 +72,9 @@ h2 {
h3 {
font-size: 23px;
}
h4 {
font-size: 19px;
}
a {
color: var(--green);