Added Fonts
This commit is contained in:
@@ -1,8 +1,30 @@
|
|||||||
/* CSS Document */
|
/* CSS Document */
|
||||||
|
@font-face {
|
||||||
|
font-family: "Clockopia";
|
||||||
|
src: url("../fonts/Clockopia.ttf") format("truetype");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "LuxiSans";
|
||||||
|
src: url("../fonts/luxisr.ttf") format("truetype");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #0e0016;
|
background-color: #0e0016;
|
||||||
color: white;
|
color: white;
|
||||||
|
font-family: "LuxiSans", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Clockopia", sans-serif;
|
||||||
|
letter-spacing: 0.05em;
|
||||||
|
color: #CBC3E3;
|
||||||
|
}
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|||||||
BIN
assets/fonts/Clockopia.ttf
Normal file
BIN
assets/fonts/Clockopia.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/luxisr.ttf
Normal file
BIN
assets/fonts/luxisr.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user