-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdraw.css
More file actions
17 lines (16 loc) · 835 Bytes
/
draw.css
File metadata and controls
17 lines (16 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@font-face{
font-family: "Johnston100 W03 Medium";
src: url("https://db.onlinewebfonts.com/t/64cbcfab8dec39bffac54489e17eddd7.eot");
src: url("https://db.onlinewebfonts.com/t/64cbcfab8dec39bffac54489e17eddd7.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/64cbcfab8dec39bffac54489e17eddd7.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/64cbcfab8dec39bffac54489e17eddd7.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/64cbcfab8dec39bffac54489e17eddd7.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/64cbcfab8dec39bffac54489e17eddd7.svg#Johnston100 W03 Medium")format("svg");
font-weight:normal;
font-style:normal;
font-display:swap;
}
body {
font-family: 'Johnston100 W03 Medium';
font-size: xx-large
}