archive fix

This commit is contained in:
2023-01-18 20:52:31 -05:00
parent eda778abf9
commit f605845f7e
2 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
src: url(./fonts/Manrope-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
font-display: swap;
font-display: block;
}
@font-face {
@@ -11,7 +11,7 @@
src: url(./fonts/Manrope-Bold.ttf) format("truetype");
font-weight: bold;
font-style: normal;
font-display: swap;
font-display: block;
}
:root {