11 lines
284 B
CSS
11 lines
284 B
CSS
@font-face {
|
|
font-family: "Open Sans", sans-serif;
|
|
src: url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Open Sans";
|
|
src: url("assets/fonts/OpenSans-Regular.ttf");
|
|
/* font-weight: bold; */
|
|
}
|