-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
20 lines (14 loc) · 804 Bytes
/
Copy pathstyle.css
File metadata and controls
20 lines (14 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@font-face {
font-family: 'moderna';
src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/133207/moderna_-webfont.eot');
src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/133207/moderna_-webfont.eot?#iefix') format('embedded-opentype'),
url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/133207/moderna_-webfont.woff2') format('woff2'),
url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/133207/moderna_-webfont.woff') format('woff'),
url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/133207/moderna_-webfont.ttf') format('truetype'),
url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/133207/moderna_-webfont.svg') format('svg');
font-weight: normal;
font-style: normal;
}
.section{
font-family: 'moderna';
}