-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
24 lines (24 loc) · 996 Bytes
/
stylesheet.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@font-face {
font-family: 'Colorado';
src: url('Colorado-Regular.eot');
src: local('Colorado Regular'), local('Colorado-Regular'),
url('Colorado-Regular.eot?#iefix') format('embedded-opentype'),
url('Colorado-Regular.woff2') format('woff2'),
url('Colorado-Regular.woff') format('woff'),
url('Colorado-Regular.ttf') format('truetype'),
url('Colorado-Regular.svg#Colorado-Regular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Galloway';
src: url('Galloway-Regular.eot');
src: local('Galloway Regular'), local('Galloway-Regular'),
url('Galloway-Regular.eot?#iefix') format('embedded-opentype'),
url('Galloway-Regular.woff2') format('woff2'),
url('Galloway-Regular.woff') format('woff'),
url('Galloway-Regular.ttf') format('truetype'),
url('Galloway-Regular.svg#Galloway-Regular') format('svg');
font-weight: normal;
font-style: normal;
}