11 lines
217 B
CSS
11 lines
217 B
CSS
@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;
|
|
}
|