Files
PhotonVision/photon-client/src/scss/variables.scss
2021-11-21 20:22:56 -05:00

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;
}