summaryrefslogtreecommitdiff
path: root/docs/interface.css
blob: 1b80000e8725b4656347832ab1949b31cf0a7a50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
@font-face {
  font-family: 'Interface';
  font-style:  normal;
  font-weight: 400;
  src: url("https://rsms.me/interface/font-files/Interface-Regular.woff2") format("woff2"),
       url("https://rsms.me/interface/font-files/Interface-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Interface';
  font-style:  italic;
  font-weight: 400;
  src: url("https://rsms.me/interface/font-files/Interface-RegularItalic.woff2") format("woff2"),
       url("https://rsms.me/interface/font-files/Interface-RegularItalic.woff") format("woff");
}

@font-face {
  font-family: 'Interface';
  font-style:  normal;
  font-weight: 500;
  src: url("https://rsms.me/interface/font-files/Interface-Medium.woff2") format("woff2"),
       url("https://rsms.me/interface/font-files/Interface-Medium.woff") format("woff");
}
@font-face {
  font-family: 'Interface';
  font-style:  italic;
  font-weight: 500;
  src: url("https://rsms.me/interface/font-files/Interface-MediumItalic.woff2") format("woff2"),
       url("https://rsms.me/interface/font-files/Interface-MediumItalic.woff") format("woff");
}

@font-face {
  font-family: 'Interface';
  font-style:  normal;
  font-weight: 700;
  src: url("https://rsms.me/interface/font-files/Interface-Bold.woff2") format("woff2"),
       url("https://rsms.me/interface/font-files/Interface-Bold.woff") format("woff");
}
@font-face {
  font-family: 'Interface';
  font-style:  italic;
  font-weight: 700;
  src: url("https://rsms.me/interface/font-files/Interface-BoldItalic.woff2") format("woff2"),
       url("https://rsms.me/interface/font-files/Interface-BoldItalic.woff") format("woff");
}