lightbeam/data/OpenSans.css

24 строки
636 B
CSS
Исходник Постоянная ссылка Обычный вид История

/* 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/. */
@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')
}
@font-face {
font-family: 'Open Sans';
2013-01-29 03:20:32 +04:00
font-style: bold;
font-weight: 700;
src: url('font/OpenSans-Bold.ttf') format('truetype')
}
@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')
}