11 lines
205 B
CSS
11 lines
205 B
CSS
|
@font-face {
|
||
|
font-family: 'OpenSans';
|
||
|
font-weight: normal;
|
||
|
src: url(../fonts/OpenSans-Regular.ttf);
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'OpenSans';
|
||
|
font-weight: bold;
|
||
|
src: url(../fonts/OpenSans-Bold.ttf);
|
||
|
}
|