We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2156e9a commit 2574ae9Copy full SHA for 2574ae9
example/assets/main.scss
@@ -6,7 +6,7 @@
6
html,
7
body {
8
font-family: 'Helvetica Neue', 'Roboto';
9
- font-weight: 300;
+ font-weight: 400;
10
font-size: 14px;
11
color: $color-text-regular;
12
}
@@ -36,7 +36,7 @@ h2 {
36
h1,
37
h2,
38
h3 {
39
- font-weight: 300 !important;
+ font-weight: 400 !important;
40
> a {
41
color: inherit;
42
text-decoration: none;
@@ -66,6 +66,10 @@ h2 {
66
67
68
69
+p {
70
+ -webkit-font-smoothing: antialiased;
71
+}
72
+
73
.app {
74
max-width: 1140px;
75
margin: 0 auto;
example/views/Home.vue
@@ -38,7 +38,7 @@ export default {
font-weight: 400;
&__text {
font-size: 18px;
- font-weight: 400;
+ font-weight: 600;
43
44
.description {
0 commit comments