Skip to content

Commit 162e6cc

Browse files
committed
Remove font style from the app component
1 parent 59bfdad commit 162e6cc

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

src/App.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ export default {
1616

1717
<style lang="scss">
1818
@import "./assets/styles/global.scss";
19-
#app {
20-
font-family: 'Avenir', Helvetica, Arial, sans-serif;
21-
-webkit-font-smoothing: antialiased;
22-
-moz-osx-font-smoothing: grayscale;
23-
text-align: center;
24-
color: #2c3e50;
25-
}
2619
2720
.page{
2821
display: flex;

src/assets/styles/global.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
body {
2+
font-family: 'Avenir', Helvetica, Arial, sans-serif;
3+
-webkit-font-smoothing: antialiased;
4+
-moz-osx-font-smoothing: grayscale;
5+
text-align: center;
6+
color: #2c3e50;
27
padding: 0em;
38
margin: 0em;
49
}

0 commit comments

Comments
 (0)