Skip to content

Commit 2574ae9

Browse files
committed
Docs: Update style
1 parent 2156e9a commit 2574ae9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

example/assets/main.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
html,
77
body {
88
font-family: 'Helvetica Neue', 'Roboto';
9-
font-weight: 300;
9+
font-weight: 400;
1010
font-size: 14px;
1111
color: $color-text-regular;
1212
}
@@ -36,7 +36,7 @@ h2 {
3636
h1,
3737
h2,
3838
h3 {
39-
font-weight: 300 !important;
39+
font-weight: 400 !important;
4040
> a {
4141
color: inherit;
4242
text-decoration: none;
@@ -66,6 +66,10 @@ h2 {
6666
}
6767
}
6868

69+
p {
70+
-webkit-font-smoothing: antialiased;
71+
}
72+
6973
.app {
7074
max-width: 1140px;
7175
margin: 0 auto;

example/views/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default {
3838
font-weight: 400;
3939
&__text {
4040
font-size: 18px;
41-
font-weight: 400;
41+
font-weight: 600;
4242
}
4343
}
4444
.description {

0 commit comments

Comments
 (0)