2015-10-30 06:47:00 +03:00
|
|
|
/* for low-res screens, use Regular font-weight instead of Light */
|
|
|
|
@media (-webkit-max-device-pixel-ratio: 1.3), (max-resolution: 124.8dpi) {
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Open Sans';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
2016-01-02 21:43:09 +03:00
|
|
|
src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Regular.woff') format('woff');
|
2015-10-30 06:47:00 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-06-03 21:07:08 +04:00
|
|
|
@font-face {
|
2014-06-04 12:57:49 +04:00
|
|
|
font-family: 'Open Sans';
|
|
|
|
font-style: normal;
|
2015-08-24 17:16:56 +03:00
|
|
|
font-weight: 300;
|
2016-01-02 21:43:09 +03:00
|
|
|
src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light.woff') format('woff');
|
2014-06-03 21:07:08 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2014-06-04 12:57:49 +04:00
|
|
|
font-family: 'Open Sans';
|
|
|
|
font-style: normal;
|
2015-08-24 17:16:56 +03:00
|
|
|
font-weight: 600;
|
2016-01-02 21:43:09 +03:00
|
|
|
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/OpenSans-Semibold.woff') format('woff');
|
2015-08-24 17:16:56 +03:00
|
|
|
}
|