summaryrefslogtreecommitdiff
path: root/docs/content/theme/styles/roboto.css
blob: b1c663dadab412d72ec7f514ee3e5be79832d2aa (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
body, input {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif;
}

code, kbd, pre {
    font-family: "Roboto Mono",SFMono-Regular,Consolas,Menlo,monospace;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'),
         url('./Roboto/roboto-latin-regular.woff2') format('woff2'),
         url('./Roboto/roboto-latin-regular.woff') format('woff'),
}

@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Mono'),
         url('./Roboto/roboto-mono-latin-regular.woff2') format('woff2'),
         url('./Roboto/roboto-mono-latin-regular.woff') format('woff'),
}