14 lines
317 B
CSS
14 lines
317 B
CSS
@font-face {
|
|
font-family: 'Quicksand';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: auto;
|
|
src: url('quicksand-regular.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Quicksand';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-display: auto;
|
|
src: url('quicksand-bold.woff') format('woff');
|
|
}
|