mirror of
https://github.com/khairul169/honey.git
synced 2025-04-28 14:59:32 +07:00
fonts: Add missing Quicksand font
This commit is contained in:
parent
26890b9145
commit
5f5573aaeb
@ -1,3 +1,5 @@
|
||||
@import url(../font/quicksand/quicksand.css);
|
||||
|
||||
@font-face {
|
||||
font-family: 'Material Symbols Rounded';
|
||||
font-style: normal;
|
||||
|
BIN
font/quicksand/quicksand-bold.woff2
Normal file
BIN
font/quicksand/quicksand-bold.woff2
Normal file
Binary file not shown.
BIN
font/quicksand/quicksand-medium.woff2
Normal file
BIN
font/quicksand/quicksand-medium.woff2
Normal file
Binary file not shown.
15
font/quicksand/quicksand.css
Normal file
15
font/quicksand/quicksand.css
Normal 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");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user