mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-06-04 09:43:11 +00:00
H
This commit is contained in:
parent
b1d8d36704
commit
6e2f592d83
4 changed files with 86 additions and 46 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue