Homepage: https://theme.roundabout-host.com

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 fonts.css

View raw Download
text/plain • 600 B
ASCII text
        
            
1
@font-face {
2
font-family: "Roboto";
3
src: url("roboto.woff2?#iefix") format("woff2");
4
font-weight: normal;
5
font-style: normal;
6
}
7
8
@font-face {
9
font-family: "Roboto";
10
src: url("roboto-light.woff2?#iefix") format("woff2");
11
font-weight: lighter;
12
font-style: normal;
13
}
14
15
@font-face {
16
font-family: "Roboto";
17
src: url("roboto-bold.woff2?#iefix") format("woff2");
18
font-weight: bold;
19
font-style: normal;
20
}
21
22
@font-face {
23
font-family: "Roboto Mono";
24
src: url("roboto-mono.woff2?#iefix") format("woff2");
25
font-weight: normal;
26
font-style: normal;
27
}
28
29