honey/fonts/Quicksand/Quicksand.css
2023-10-14 02:01:33 +02:00

16 lines
409 B
CSS

/* 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");
}