Skip to content

Commit

Permalink
made font-family more cross platform consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
WilfredC64 committed May 26, 2023
1 parent e516699 commit 8eb66cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/AboutDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ p {
}

.title {
font-size: 36px;
padding: 4px 0;
line-height: 50px;
color: #3838a0;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/about/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default {
<style>

#about {
font-family: Avenir, Helvetica, Arial, sans-serif;
font-family: Avenir, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

Expand Down
2 changes: 1 addition & 1 deletion src/pages/settings/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default {
<style>

#settings {
font-family: Avenir, Helvetica, Arial, sans-serif;
font-family: Avenir, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

Expand Down

0 comments on commit 8eb66cf

Please sign in to comment.