summaryrefslogtreecommitdiffstats
path: root/src/css/typeface-roboto-mono.css
blob: 5d30dc39c5d383e27b95cc5fd61f07d4a5143658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src:
    local("Roboto Mono"),
    local("RobotoMono-Regular"),
    url(~typeface-roboto-mono/files/roboto-mono-latin-400.woff2) format("woff2"),
    url(~typeface-roboto-mono/files/roboto-mono-latin-400.woff) format("woff");
}

@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 500;
  src:
    local("Roboto Mono Medium"),
    local("RobotoMono-Medium"),
    url(~typeface-roboto-mono/files/roboto-mono-latin-500.woff2) format("woff2"),
    url(~typeface-roboto-mono/files/roboto-mono-latin-500.woff) format("woff");
}