Skip to content
Snippets Groups Projects
Commit 3da7f334 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

removed the instruction to use the local installed Liberation Sans if it...

removed the instruction to use the local installed Liberation Sans if it exists as Opera Mini seems to use Comic Sans in that case?
parent 4fc3d814
No related branches found
No related tags found
1 merge request!1404Development
@font-face {
font-family: 'Liberation Sans';
src: url('hinted-LiberationSans.eot');
src: local('Liberation Sans'), local('LiberationSans'),
url('hinted-LiberationSans.eot?#iefix') format('embedded-opentype'),
src: url('hinted-LiberationSans.eot?#iefix') format('embedded-opentype'),
url('hinted-LiberationSans.woff2') format('woff2'),
url('hinted-LiberationSans.woff') format('woff'),
url('hinted-LiberationSans.ttf') format('truetype'),
......@@ -14,8 +13,7 @@
@font-face {
font-family: 'Liberation Sans';
src: url('hinted-LiberationSans-Italic.eot');
src: local('Liberation Sans Italic'), local('LiberationSans-Italic'),
url('hinted-LiberationSans-Italic.eot?#iefix') format('embedded-opentype'),
src: url('hinted-LiberationSans-Italic.eot?#iefix') format('embedded-opentype'),
url('hinted-LiberationSans-Italic.woff2') format('woff2'),
url('hinted-LiberationSans-Italic.woff') format('woff'),
url('hinted-LiberationSans-Italic.ttf') format('truetype'),
......@@ -27,8 +25,7 @@
@font-face {
font-family: 'Liberation Sans';
src: url('hinted-LiberationSans-Bold.eot');
src: local('Liberation Sans Bold'), local('LiberationSans-Bold'),
url('hinted-LiberationSans-Bold.eot?#iefix') format('embedded-opentype'),
src: url('hinted-LiberationSans-Bold.eot?#iefix') format('embedded-opentype'),
url('hinted-LiberationSans-Bold.woff2') format('woff2'),
url('hinted-LiberationSans-Bold.woff') format('woff'),
url('hinted-LiberationSans-Bold.ttf') format('truetype'),
......@@ -40,8 +37,7 @@
@font-face {
font-family: 'Liberation Sans';
src: url('hinted-LiberationSans-BoldItalic.eot');
src: local('Liberation Sans Bold Italic'), local('LiberationSans-BoldItalic'),
url('hinted-LiberationSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
src: url('hinted-LiberationSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
url('hinted-LiberationSans-BoldItalic.woff2') format('woff2'),
url('hinted-LiberationSans-BoldItalic.woff') format('woff'),
url('hinted-LiberationSans-BoldItalic.ttf') format('truetype'),
......
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