Started design.

This commit is contained in:
2024-05-28 17:11:43 +02:00
parent 752aeb9082
commit 8952108bb5
71 changed files with 170 additions and 572 deletions

35
assets/scss/_font.scss Normal file
View File

@@ -0,0 +1,35 @@
@font-face {
font-family: "Open Sans";
font-style: italic;
font-weight: normal;
font-stretch: 100%;
font-display: swap;
src: url("../font/OpenSans-Italic.ttf") format("truetype");
}
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: normal;
font-stretch: 100%;
font-display: swap;
src: url("../font/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: bold;
font-stretch: 100%;
font-display: swap;
src: url("../font/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
font-family: "Open Sans";
font-style: italic;
font-weight: bold;
font-stretch: 100%;
font-display: swap;
src: url("../font/OpenSans-BoldItalic.ttf") format("truetype");
}