honey/fonts/Quicksand/Quicksand.css

16 lines
409 B
CSS
Raw Normal View History

2023-05-09 18:19:25 +02:00
/* 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");
}
2023-10-14 02:01:33 +02:00
2023-05-09 18:19:25 +02:00
/* 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");
}