mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-04 03:11:40 +00:00
10 lines
209 B
SCSS
10 lines
209 B
SCSS
|
|
@import "@fontsource/prompt";
|
||
|
|
|
||
|
|
$default-font: "Prompt", sans-serif !default;
|
||
|
|
$body-font-family: $default-font;
|
||
|
|
$heading-font-family: $default-font;
|
||
|
|
|
||
|
|
.v-application {
|
||
|
|
font-family: $default-font !important;
|
||
|
|
}
|