honey/font/quicksand/quicksand.css
2023-05-09 18:19:25 +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");
}