Font changed

This commit is contained in:
2022-03-16 20:55:57 -03:00
parent 5013c34e51
commit c9ef159208
3 changed files with 14 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ html, body {
@mixin titleFont() {
font-family: 'Raleway', sans-serif;
font-family: "Be Vietnam Pro", sans-serif;
font-weight: bold;
}
@@ -16,7 +16,7 @@ html, body {
@mixin bodyFont() {
font-family: 'Helveltica', sans-serif;
font-family: "Be Vietnam Pro", sans-serif;
font-weight: 400;
}