summaryrefslogtreecommitdiff
path: root/lib/fonts/cabinsketch/cabinsketch.css
blob: 3c75999e6f49d5e3b324f061f35fe460c0930bbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@font-face {
  font-family: 'Cabin Sketch';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('cabinsketch-regular.woff') format('woff');
}
@font-face {
  font-family: 'Cabin Sketch';
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: url('cabinsketch-regular.woff') format('woff');
}