⚒️ Project structure.

This commit is contained in:
pheralb
2022-06-04 23:48:13 +01:00
parent be4eae31af
commit 427f4a2d30
41 changed files with 4732 additions and 302 deletions
+16
View File
@@ -0,0 +1,16 @@
/* Fonts -> */
@font-face {
font-family: "Inter-Regular";
src: url("/fonts/Inter-Regular.woff2") format("woff2");
font-style: normal;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: "Inter-Semibold";
src: url("/fonts/Inter-Semibold.woff2") format("woff2");
font-style: normal;
font-weight: 400;
font-display: swap;
}