Updating general font to AvertaRegular
This commit is contained in:
parent
50aa6072c7
commit
5c503d947b
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue