You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
839 B
35 lines
839 B
@import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&family=Monoton&family=Orbitron&family=Roboto:ital@0;1&display=swap');
|
|
@font-face {
|
|
font-family: "GrowYear";
|
|
src: url("fonts/GrowYear.ttf") format("truetype");
|
|
font-display: swap;
|
|
}
|
|
|
|
.growyear{
|
|
font-family: "GrowYear",sans-serif;
|
|
}
|
|
|
|
.roboto-400 {
|
|
font-family: "Roboto", sans-serif;
|
|
font-optical-sizing: auto;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-variation-settings:
|
|
"wdth" 100;
|
|
}
|
|
.orbitron-400 {
|
|
font-family: "Orbitron", sans-serif;
|
|
font-optical-sizing: auto;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
.monoton-regular {
|
|
font-family: "Monoton", sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
.major-mono-display-regular {
|
|
font-family: "Major Mono Display", monospace;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|