12 lines
279 B
CSS
12 lines
279 B
CSS
@font-face {
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('OpenSans.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Open Sans Condensed';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: url('OpenSansCondensed.woff') format('woff');
|
|
} |