2014-04-30 10:45:12 +04:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2013-01-24 02:01:50 +04:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Open Sans';
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 400;
|
2013-07-10 01:02:49 +04:00
|
|
|
src: url('font/OpenSans-LightItalic.ttf') format('truetype')
|
2013-01-24 02:01:50 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Open Sans';
|
2013-01-29 03:20:32 +04:00
|
|
|
font-style: bold;
|
2013-01-24 02:01:50 +04:00
|
|
|
font-weight: 700;
|
2013-07-24 01:04:30 +04:00
|
|
|
src: url('font/OpenSans-Bold.ttf') format('truetype')
|
2013-01-24 02:01:50 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Open Sans';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2013-07-10 01:02:49 +04:00
|
|
|
src: url('font/OpenSans-Light.ttf') format('truetype')
|
2013-01-24 02:01:50 +04:00
|
|
|
}
|