ant-http/build/htdocs/dist/themes/fonts/Karla/style.css
2016-10-29 14:34:29 +02:00

58 lines
2.2 KiB
CSS

@font-face {
font-family:Karla;
src: url('%FONTURI%/Karla/Regular.eot');
src: url('%FONTURI%/Karla/Regular.eot?#iefix') format('embedded-opentype'),
url('%FONTURI%/Karla/Regular.woff') format('woff'),
url('%FONTURI%/Karla/Regular.ttf') format('truetype'),
url('%FONTURI%/Karla/Regular.svg#karla') format('svg');
font-weight:normal;
font-style:normal;
}
@font-face {
font-family:Karla;
src: url('%FONTURI%/Karla/Bold.eot');
src: url('%FONTURI%/Karla/Bold.eot?#iefix') format('embedded-opentype'),
url('%FONTURI%/Karla/Bold.woff') format('woff'),
url('%FONTURI%/Karla/Bold.ttf') format('truetype'),
url('%FONTURI%/Karla/Bold.svg#karla_bold') format('svg');
font-weight:bold;
}
@font-face {
font-family:Karla;
src: url('%FONTURI%/Karla/Italic.eot');
src: url('%FONTURI%/Karla/Italic.eot?#iefix') format('embedded-opentype'),
url('%FONTURI%/Karla/Italic.woff') format('woff'),
url('%FONTURI%/Karla/Italic.ttf') format('truetype'),
url('%FONTURI%/Karla/Italic.svg#karla_italic') format('svg');
font-style:italic;
}
@font-face {
font-family:Karla;
src: url('%FONTURI%/Karla/Italic.eot');
src: url('%FONTURI%/Karla/Italic.eot?#iefix') format('embedded-opentype'),
url('%FONTURI%/Karla/Italic.woff') format('woff'),
url('%FONTURI%/Karla/Italic.ttf') format('truetype'),
url('%FONTURI%/Karla/Italic.svg#karla_italic') format('svg');
font-style:oblique;
}
@font-face {
font-family:Karla;
src: url('%FONTURI%/Karla/BoldItalic.eot');
src: url('%FONTURI%/Karla/BoldItalic.eot?#iefix') format('embedded-opentype'),
url('%FONTURI%/Karla/BoldItalic.woff') format('woff'),
url('%FONTURI%/Karla/BoldItalic.ttf') format('truetype'),
url('%FONTURI%/Karla/BoldItalic.svg#karla_bolditalic') format('svg');
font-weight:bold;
font-style:italic;
}
@font-face {
font-family:Karla;
src: url('%FONTURI%/Karla/BoldItalic.eot');
src: url('%FONTURI%/Karla/BoldItalic.eot?#iefix') format('embedded-opentype'),
url('%FONTURI%/Karla/BoldItalic.woff') format('woff'),
url('%FONTURI%/Karla/BoldItalic.ttf') format('truetype'),
url('%FONTURI%/Karla/BoldItalic.svg#karla_bolditalic') format('svg');
font-weight:bold;
font-style:oblique;
}