forked from Ontraport/frontend-interview-test-short
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathburleson.css
More file actions
17 lines (15 loc) · 831 Bytes
/
burleson.css
File metadata and controls
17 lines (15 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
body {
background-image: url('http://ontraport.com/wp-content/themes/ontraport/images/bg_cream_y-only.png');
font-family: gothamboldregular, Arial, sans-serif;
}
@font-face
{
font-family: gothamboldregular;
src: url('http://ontraport.com/wp-content/themes/ontraport/fonts/gothambold-webfont.eot');
src: url('http://ontraport.com/wp-content/themes/ontraport/fonts/gothambold-webfont.eot?#iefix') format('embedded-opentype'), url('http://ontraport.com/wp-content/themes/ontraport/fonts/gothambold-webfont.woff') format('woff'), url('http://ontraport.com/wp-content/themes/ontraport/fonts/gothambold-webfont.ttf') format('truetype'), url('http://ontraport.com/wp-content/themes/ontraport/fonts/gothambold-webfont.svg#gothamboldregular') format('svg');
font-weight: normal;
font-style: normal;
}
ol {
list-style-type: none;
}