summaryrefslogtreecommitdiff
path: root/lib/fonts/quicksand/quicksand.css
blob: 93399b0600788e907bb5ec76dc4d03a4b2990ba9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@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');
}