You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k4ever/k4ever/media/css/fonts.css

80 lines
2.7 KiB

/*
* This file is part of k4ever, a point-of-sale system
* Contact............ <k4ever@lists.someserver.de>
* Website............ http://k4ever.someserver.de/
* Bug tracker........ http://k4ever.someserver.de/report
*
* Licensed under GNU Affero General Public License v3 or later
*/
/*
* WARNING: Please see the AUTHORS file for the corrosponding font
* file licenses. The fonts are (probably) not licensed under the
* terms of the APGL 3!
*/
/* Font "Open Sans": Type Regular */
@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');
font-weight: normal;
font-style: normal;
}
/* Font "Open Sans": Type Italic */
@font-face {
font-family: 'Open Sans';
src: url('fonts/opensans-italic-webfont.eot');
src: url('fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/opensans-italic-webfont.woff') format('woff'),
url('fonts/opensans-italic-webfont.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
/* Font "Open Sans": Type Semi-Bold */
@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');
font-weight: 600;
font-style: normal;
}
/* Font "Open Sans": Type Bold */
@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');
font-weight: bold;
font-style: normal;
}
/* Font "Ubuntu": Type Regular */
@font-face {
font-family: 'Ubuntu';
src: url('fonts/ubuntu-regular-webfont.eot');
src: url('fonts/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/ubuntu-regular-webfont.woff') format('woff'),
url('fonts/ubuntu-regular-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* Font "Ubuntu": Type Bold */
@font-face {
font-family: 'Ubuntu';
src: url('fonts/ubuntu-bold-webfont.eot');
src: url('fonts/ubuntu-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/ubuntu-bold-webfont.woff') format('woff'),
url('fonts/ubuntu-bold-webfont.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}