16 lines
325 B
CSS
16 lines
325 B
CSS
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url(assets/fonts/OpenSans-Light.ttf);
|
|
font-weight: 300;
|
|
}
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url(assets/fonts/OpenSans-Regular.ttf);
|
|
font-weight: 400;
|
|
}
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url(assets/fonts/OpenSans-Bold.ttf);
|
|
font-weight: 700;
|
|
}
|