mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-26 01:51:40 +00:00
9 lines
269 B
SCSS
9 lines
269 B
SCSS
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;500&display=swap');
|
|
$default-font: "Prompt",
|
|
sans-serif !default;
|
|
$body-font-family: $default-font;
|
|
$heading-font-family: $default-font;
|
|
.v-application {
|
|
font-family: $default-font !important;
|
|
}
|