Skip to content
Snippets Groups Projects
Commit 4435f2a9 authored by Ron Lucke's avatar Ron Lucke Committed by Jan-Hendrik Willms
Browse files

Fehlende Schriftarten

Closes #4542

Merge request studip/studip!3340
parent af8ecd65
No related branches found
No related tags found
No related merge requests found
@font-face {
font-family: 'Lato';
src: url('../fonts/LatoLatin/LatoLatin-Thin.eot'); /* IE9 Compat Modes */
src: url('../fonts/LatoLatin/LatoLatin-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/LatoLatin/LatoLatin-Thin.woff2') format('woff2'), /* Modern Browsers */
url('../fonts/LatoLatin/LatoLatin-Thin.woff') format('woff'), /* Modern Browsers */
url('../fonts/LatoLatin/LatoLatin-Thin.ttf') format('truetype');
font-display: auto;
font-style: normal;
font-weight: 100;
text-rendering: optimizeLegibility;
unicode-range: U+000-5FF; /* Latin glyphs */
}
@font-face {
font-family: 'Lato';
src: url('../fonts/LatoLatin/LatoLatin-ThinItalic.eot'); /* IE9 Compat Modes */
src: url('../fonts/LatoLatin/LatoLatin-ThinItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/LatoLatin/LatoLatin-ThinItalic.woff2') format('woff2'), /* Modern Browsers */
url('../fonts/LatoLatin/LatoLatin-ThinItalic.woff') format('woff'), /* Modern Browsers */
url('../fonts/LatoLatin/LatoLatin-ThinItalic.ttf') format('truetype');
font-display: auto;
font-style: italic;
font-weight: 100;
text-rendering: optimizeLegibility;
unicode-range: U+000-5FF; /* Latin glyphs */
}
@font-face {
font-family: 'Lato';
src: url('../fonts/LatoLatin/LatoLatin-Light.eot'); /* IE9 Compat Modes */
......@@ -12,6 +40,20 @@
unicode-range: U+000-5FF; /* Latin glyphs */
}
@font-face {
font-family: 'Lato';
src: url('../fonts/LatoLatin/LatoLatin-LightItalic.eot'); /* IE9 Compat Modes */
src: url('../fonts/LatoLatin/LatoLatin-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/LatoLatin/LatoLatin-LightItalic.woff2') format('woff2'), /* Modern Browsers */
url('../fonts/LatoLatin/LatoLatin-LightItalic.woff') format('woff'), /* Modern Browsers */
url('../fonts/LatoLatin/LatoLatin-LightItalic.ttf') format('truetype');
font-display: auto;
font-style: italic;
font-weight: 300;
text-rendering: optimizeLegibility;
unicode-range: U+000-5FF; /* Latin glyphs */
}
@font-face {
font-family: 'Lato';
src: url('../fonts/LatoLatin/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
......@@ -26,6 +68,20 @@
unicode-range: U+000-5FF; /* Latin glyphs */
}
@font-face {
font-family: 'Lato';
src: url('../fonts/LatoLatin/LatoLatin-Italic.eot'); /* IE9 Compat Modes */
src: url('../fonts/LatoLatin/LatoLatin-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/LatoLatin/LatoLatin-Italic.woff2') format('woff2'), /* Modern Browsers */
url('../fonts/LatoLatin/LatoLatin-Italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/LatoLatin/LatoLatin-Italic.ttf') format('truetype');
font-display: auto;
font-style: italic;
font-weight: 400;
text-rendering: optimizeLegibility;
unicode-range: U+000-5FF; /* Latin glyphs */
}
@font-face {
font-family: 'Lato';
src: url('../fonts/LatoLatin/LatoLatin-Bold.eot'); /* IE9 Compat Modes */
......@@ -39,3 +95,17 @@
text-rendering: optimizeLegibility;
unicode-range: U+000-5FF; /* Latin glyphs */
}
@font-face {
font-family: 'Lato';
src: url('../fonts/LatoLatin/LatoLatin-BoldItalic.eot'); /* IE9 Compat Modes */
src: url('../fonts/LatoLatin/LatoLatin-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/LatoLatin/LatoLatin-BoldItalic.woff2') format('woff2'), /* Modern Browsers */
url('../fonts/LatoLatin/LatoLatin-BoldItalic.woff') format('woff'), /* Modern Browsers */
url('../fonts/LatoLatin/LatoLatin-BoldItalic.ttf') format('truetype');
font-display: auto;
font-style: italic;
font-weight: 700;
text-rendering: optimizeLegibility;
unicode-range: U+000-5FF; /* Latin glyphs */
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment