|
|
@@ -90,11 +90,11 @@ $serif: "Georgia", Cambria, Times New Roman, Times, serif;
|
|
|
|
|
|
/* @font-face {
|
|
|
font-family: 'Font Name';
|
|
|
- src: url('library/fonts/font-name.eot');
|
|
|
- src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
|
|
|
- url('library/fonts/font-name.woff') format('woff'),
|
|
|
- url('library/fonts/font-name.ttf') format('truetype'),
|
|
|
- url('library/fonts/font-name.svg#font-name') format('svg');
|
|
|
+ src: url('../fonts/font-name.eot');
|
|
|
+ src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
|
|
|
+ url('../fonts/font-name.woff') format('woff'),
|
|
|
+ url('../fonts/font-name.ttf') format('truetype'),
|
|
|
+ url('../fonts/font-name.svg#font-name') format('svg');
|
|
|
font-weight: normal;
|
|
|
font-style: normal;
|
|
|
}
|