mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 21:25:38 +00:00
53 lines
3.0 KiB
CSS
53 lines
3.0 KiB
CSS
/**
|
|
* Fonts
|
|
*/
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url("fonts/opensans-bold-webfont.eot");
|
|
src: url("fonts/opensans-bold-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/opensans-bold-webfont.woff") format('woff'), url("fonts/opensans-bold-webfont.ttf") format('truetype'), url("fonts/opensans-bold-webfont.svg#open_sansbold") format('svg');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url("fonts/opensans-regular-webfont.eot");
|
|
src: url("fonts/opensans-regular-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/opensans-regular-webfont.woff") format('woff'), url("fonts/opensans-regular-webfont.ttf") format('truetype'), url("fonts/opensans-regular-webfont.svg#open_sansregular") format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url("fonts/opensans-semibold-webfont.eot");
|
|
src: url("fonts/opensans-semibold-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/opensans-semibold-webfont.woff") format('woff'), url("fonts/opensans-semibold-webfont.ttf") format('truetype'), url("fonts/opensans-semibold-webfont.svg#open_sanssemibold") format('svg');
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url("fonts/opensans-light-webfont.eot");
|
|
src: url("fonts/opensans-light-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/opensans-light-webfont.woff") format('woff'), url("fonts/opensans-light-webfont.ttf") format('truetype'), url("fonts/opensans-light-webfont.svg#open_sanslight") format('svg');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'Open Sans Condensed';
|
|
src: url("fonts/open-sans-condensed-light-webfont.eot");
|
|
src: url("fonts/open-sans-condensed-light-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/open-sans-condensed-light-webfont.woff") format('woff'), url("fonts/open-sans-condensed-light-webfont.ttf") format('truetype'), url("fonts/open-sans-condensed-light-webfont.svg#open_sanslight") format('svg');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'Open Sans Condensed';
|
|
src: url("fonts/open-sans-condensed-light-italic-webfont.eot");
|
|
src: url("fonts/open-sans-condensed-light-italic-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/open-sans-condensed-light-italic-webfont.woff") format('woff'), url("fonts/open-sans-condensed-light-italic-webfont.ttf") format('truetype'), url("fonts/open-sans-condensed-light-italic-webfont.svg#open_sanslight") format('svg');
|
|
font-weight: 300;
|
|
font-style: italic;
|
|
}
|
|
@font-face {
|
|
font-family: 'Open Sans Condensed';
|
|
src: url("fonts/open-sans-condensed-bold-webfont.eot");
|
|
src: url("fonts/open-sans-condensed-bold-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/open-sans-condensed-bold-webfont.woff") format('woff'), url("fonts/open-sans-condensed-bold-webfont.ttf") format('truetype'), url("fonts/open-sans-condensed-bold-webfont.svg#open_sanslight") format('svg');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|