44 lines
946 B
CSS
44 lines
946 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 sb';
|
|
src: url("/css/font/Open Sans/SB.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: 100;
|
|
font-style: normal; }
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url("/css/font/Open Sans/Li.ttf");
|
|
font-weight: 100;
|
|
font-style: italic; }
|
|
|
|
|
|
/*# sourceMappingURL= font.css.map */ |