mirror of
https://github.com/khairul169/honey.git
synced 2025-04-28 23:09:32 +07:00
16 lines
409 B
CSS
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");
|
|
}
|