This commit is contained in:
2026-06-04 12:20:40 -06:00
commit 4858993c86
316 changed files with 16880 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
@font-face {
font-family: 'Muli';
src: url('Muli-BoldItalic.woff2') format('woff2'),
url('Muli-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Muli';
src: url('Muli-Italic.woff2') format('woff2'),
url('Muli-Italic.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Muli';
src: url('Muli-Regular.woff2') format('woff2'),
url('Muli-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Muli';
src: url('Muli-Bold.woff2') format('woff2'),
url('Muli-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}