websch/editor/css/fonts.css

72 lines
1.9 KiB
CSS
Raw Normal View History

@font-face {
2012-07-31 09:00:41 +00:00
font-family: 'Arvo';
2012-07-31 19:01:03 +00:00
src: url('font-files/arvo-bold-webfont.woff') format('woff');
2012-07-31 09:00:41 +00:00
font-weight: bold;
font-style: normal;
}
@font-face {
2012-07-31 09:00:41 +00:00
font-family: 'Arvo';
2012-07-31 19:01:03 +00:00
src: url('font-files/arvo-bolditalic-webfont.woff') format('woff');
2012-07-31 09:00:41 +00:00
font-weight: bold;
font-style: italic;
}
@font-face {
2012-07-31 09:00:41 +00:00
font-family: 'Arvo';
2012-07-31 19:01:03 +00:00
src: url('font-files/arvo-italic-webfont.woff') format('woff');
2012-07-31 09:00:41 +00:00
font-weight: normal;
font-style: italic;
}
@font-face {
2012-07-31 09:00:41 +00:00
font-family: 'Arvo';
2012-07-31 19:01:03 +00:00
src: url('font-files/arvo-regular-webfont.woff') format('woff');
2012-07-31 09:00:41 +00:00
font-weight: normal;
font-style: normal;
}
@font-face {
2012-07-31 09:00:41 +00:00
font-family: 'Euphoria';
2012-07-31 19:01:03 +00:00
src: url('font-files/euphoriascript-regular-webfont.woff') format('woff');
2012-07-31 09:00:41 +00:00
font-weight: normal;
font-style: normal;
}
@font-face {
2012-07-31 09:00:41 +00:00
font-family: 'Oswald';
2012-07-31 19:01:03 +00:00
src: url('font-files/oswald-bold-webfont.woff') format('woff');
2012-07-31 09:00:41 +00:00
font-weight: bold;
font-style: normal;
}
@font-face {
2012-07-31 09:00:41 +00:00
font-family: 'Oswald';
2012-07-31 19:01:03 +00:00
src: url('font-files/oswald-light-webfont.woff') format('woff');
2012-07-31 09:00:41 +00:00
font-weight: normal;
font-style: normal;
}
@font-face {
2012-07-31 09:00:41 +00:00
font-family: 'Shadows Into Light';
2012-07-31 19:01:03 +00:00
src: url('font-files/shadowsintolight-webfont.woff') format('woff');
2012-07-31 09:00:41 +00:00
font-weight: normal;
font-style: normal;
2012-07-18 02:02:44 +00:00
}
2012-07-31 09:00:41 +00:00
@font-face {
font-family: 'Simonetta';
2012-07-31 19:01:03 +00:00
src: url('font-files/simonetta-black-webfont.woff') format('woff');
font-weight: normal;
2012-07-31 09:00:41 +00:00
font-style: normal;
}
@font-face {
font-family: 'Simonetta';
2012-07-31 19:01:03 +00:00
src: url('font-files/simonetta-blackitalic-webfont.woff') format('woff');
font-weight: normal;
2012-07-31 09:00:41 +00:00
font-style: italic;
}
@font-face {
font-family: 'Simonetta';
2012-07-31 19:01:03 +00:00
src: url('font-files/simonetta-italic-webfont.woff') format('woff');
2012-07-31 09:00:41 +00:00
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Simonetta';
2012-07-31 19:01:03 +00:00
src: url('font-files/simonetta-regular-webfont.woff') format('woff');
2012-07-31 09:00:41 +00:00
font-weight: normal;
font-style: normal;
}