зеркало из https://github.com/mozilla/bedrock.git
Fix light fonts in IE
This commit is contained in:
Родитель
0a5513672c
Коммит
8f321c991c
|
@ -30,7 +30,7 @@
|
|||
margin: @baseLine;
|
||||
text-align: center;
|
||||
b {
|
||||
font-weight: 400;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -96,6 +96,8 @@
|
|||
h4 a:after,
|
||||
a h4:after {
|
||||
content: " »";
|
||||
.open-sans-light;
|
||||
font-weight: 300;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-family: 'Open Sans Light';
|
||||
src: url('/media/fonts/OpenSans-Light-webfont.eot');
|
||||
src: url('/media/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('/media/fonts/OpenSans-Light-webfont.woff') format('woff'),
|
||||
url('/media/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
|
||||
url('/media/fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
|
||||
font-weight: 300;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
|||
url('/media/fonts/OpenSans-Regular-webfont.woff') format('woff'),
|
||||
url('/media/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
|
||||
url('/media/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
|
||||
font-weight: 400;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
@ -27,6 +27,6 @@
|
|||
url('/media/fonts/OpenSans-Semibold-webfont.woff') format('woff'),
|
||||
url('/media/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
|
||||
url('/media/fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
|
||||
font-weight: 600;
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
|
|
@ -412,7 +412,7 @@ nav.menu-bar {
|
|||
}
|
||||
|
||||
li b {
|
||||
font-weight: 600;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -37,8 +37,8 @@
|
|||
}
|
||||
|
||||
.open-sans-light {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-weight: 300;
|
||||
font-family: 'Open Sans Light', sans-serif;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.clearfix {
|
||||
|
|
Загрузка…
Ссылка в новой задаче