This commit is contained in:
Emily
2024-07-22 16:31:54 +02:00
parent f3542f711b
commit 3eb32145aa
26 changed files with 8182 additions and 133 deletions

Binary file not shown.

View File

@@ -11,6 +11,17 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap');
@font-face {
font-family: 'Menlo Regular';
font-style: normal;
font-weight: normal;
src: local('../menlo/Menlo-Regular.woff'), url('../menlo/Menlo-Regular.woff') format('woff');
}
.menlo {
font-family: "Menlo Regular";
}
.fas,
.far,
.fat {
@@ -66,7 +77,7 @@
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
display: none;
}
}