13 lines
367 B
SCSS
13 lines
367 B
SCSS
|
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap");
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "Wood Stamp";
|
||
|
font-style: normal;
|
||
|
font-weight: normal;
|
||
|
src: local("Wood Stamp"), url("../fonts/Woodstamp.woff") format("woff");
|
||
|
}
|
||
|
|
||
|
$font-primary: "Lora", sans-serif;
|
||
|
$font-secondary: "Lora", sans-serif;
|
||
|
$font-heading: "Wood Stamp", sans-serif;
|