39 lines
813 B
CSS
39 lines
813 B
CSS
|
@font-face {
|
||
|
font-family: 'Open Sans';
|
||
|
src: url("/css/font/Open Sans/r.ttf");
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'Open Sans';
|
||
|
src: url("/css/font/Open Sans/b.ttf");
|
||
|
font-weight: bold;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'Open Sans';
|
||
|
src: url("/css/font/Open Sans/i.ttf");
|
||
|
font-weight: normal;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'Open Sans';
|
||
|
src: url("/css/font/Open Sans/bi.ttf");
|
||
|
font-weight: bold;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'Open Sans';
|
||
|
src: url("/css/font/Open Sans/L.ttf");
|
||
|
font-weight: lighter;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'Open Sans';
|
||
|
src: url("/css/font/Open Sans/Li.ttf");
|
||
|
font-weight: lighter;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
/*# sourceMappingURL=fonts.css.map */
|