2023-01-24 00:39:12 +00:00
|
|
|
@font-face {
|
2023-01-25 02:22:27 +00:00
|
|
|
font-family: "Open Sans";
|
2023-01-24 00:39:12 +00:00
|
|
|
src: url("assets/fonts/OpenSans-Regular.ttf");
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
2023-01-25 02:22:27 +00:00
|
|
|
|
|
|
|
@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-Bold.ttf");
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|