fonts: Add missing Quicksand font

This commit is contained in:
Daniel 2023-05-09 18:19:25 +02:00
parent 26890b9145
commit 5f5573aaeb
4 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,5 @@
@import url(../font/quicksand/quicksand.css);
@font-face { @font-face {
font-family: 'Material Symbols Rounded'; font-family: 'Material Symbols Rounded';
font-style: normal; font-style: normal;

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,15 @@
/* quicksand-medium */
@font-face {
font-family: Quicksand;
font-style: normal;
font-weight: 500;
src: local("Quicksand Medium"), local("Quicksand-Medium"), url(quicksand-medium.woff2) format("woff2");
}
/* quicksand-bold */
@font-face {
font-family: Quicksand;
font-style: normal;
font-weight: 700;
src: local("Quicksand Bold"), local("Quicksand-Bold"), url(quicksand-bold.woff2) format("woff2");
}