24 lines
582 B
CSS
24 lines
582 B
CSS
@font-face {
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('../fonts/OpenSans.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Open Sans Condensed';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: url('../fonts/OpenSansCondensed.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('../fonts/Roboto.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Roboto Condensed';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('../fonts/RobotoCondensed.woff') format('woff');
|
|
} |