Updating general font to AvertaRegular

This commit is contained in:
Michaela Brydon 2025-03-11 15:16:23 -04:00
parent 50aa6072c7
commit 5c503d947b
2 changed files with 2 additions and 2 deletions

View file

@ -285,7 +285,7 @@ export default {
color: #1574a1;
vertical-align: middle;
font-weight: 500;
font-family: "Roboto";
font-family: "AvertaRegular";
}
.add-to-calendar button {
border: 0;

View file

@ -117,7 +117,7 @@ $theme-colors: (
$body-color: $gray-600;
//Fonts
$font-family-sans-serif: Roboto, Arial, Helvetica, sans-serif;
$font-family-sans-serif: AvertaRegular, Arial, Helvetica, sans-serif;
$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
monospace;
// stylelint-enable value-keyword-case