Line | |
---|
1 | /* ==========================================================================
|
---|
2 | Fonts
|
---|
3 | ========================================================================== */
|
---|
4 | @font-face {
|
---|
5 | font-family: 'yorkvilleregular';
|
---|
6 | src: url('../fonts/yorkville-webfont.eot');
|
---|
7 | src:
|
---|
8 | url('../fonts/yorkville-webfont.eot?#iefix') format('embedded-opentype'),
|
---|
9 | url('../fonts/yorkville-webfont.woff') format('woff'),
|
---|
10 | url('../fonts/yorkville-webfont.ttf') format('truetype');
|
---|
11 | font-weight: normal;
|
---|
12 | font-style: normal;
|
---|
13 |
|
---|
14 | } |
---|
Note: See
TracBrowser for help on using the repository browser.