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