Skip to content

Commit 44d09d6

Browse files
committed
fix font weight 600 -> 500
1 parent 0143ca8 commit 44d09d6

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

docs/fonts.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
url("/vue-stylekit/docs/fonts/BasisGrotesquePro-Bold-Web.woff") format("woff"),
2727
url("/vue-stylekit/docs/fonts/BasisGrotesquePro-Bold-Web.ttf") format("ttf");
2828
font-style: normal;
29-
font-weight: 800;
29+
font-weight: 600;
3030
}
3131
@font-face {
3232
font-family: "RT Fonts";
@@ -36,5 +36,5 @@
3636
url("/vue-stylekit/docs/fonts/BasisGrotesquePro-Medium-Web.woff") format("woff"),
3737
url("/vue-stylekit/docs/fonts/BasisGrotesquePro-Medium-Web.ttf") format("ttf");
3838
font-style: normal;
39-
font-weight: 600;
39+
font-weight: 500;
4040
}

src/develover-lib/css/editor.styl

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314

315315
.monaco-icon-label::after
316316
font-size 90%
317-
font-weight 600
317+
font-weight 500
318318
text-align center
319319
margin-left auto
320320
padding 0 12px 0 5px

src/example-pages/css/font-face.styl

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
@font-face
2323
font-family "RT Fonts"
24-
font-weight 600
24+
font-weight 500
2525
font-style normal
2626
src url("./fonts/RostelecomBasis-Medium.eot")
2727
src url("./fonts/RostelecomBasis-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/RostelecomBasis-Medium.woff2") format("woff2"), url("./fonts/RostelecomBasis-Medium.woff") format("woff"), url("./fonts/RostelecomBasis-Medium.ttf") format("ttf")

src/lib/css/components/price.styl

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
line-height 19px
180180

181181
&--bold-font
182-
font-weight 600
182+
font-weight 500
183183

184184
.{newAppName}-price__info-item
185185
.rt-price-game &
@@ -213,7 +213,7 @@
213213
color inherit !important
214214
font-size 32px
215215
line-height 42px
216-
font-weight 600
216+
font-weight 500
217217

218218
&-item
219219
display inline-block

src/lib/css/components/table.styl

+3-3
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
color main-color
139139
font-size 20px
140140
line-height 26px
141-
font-weight 600
141+
font-weight 500
142142
padding-left 0
143143
padding-right 0
144144

@@ -245,7 +245,7 @@
245245
&-title
246246
font-size 28px
247247
line-height 36px
248-
font-weight 600
248+
font-weight 500
249249

250250
@media (max-width: laptop-upper-limit)
251251
font-size 24px
@@ -304,4 +304,4 @@
304304
border-top none
305305
&-title
306306
@media (max-width: tablet-upper-limit)
307-
font-weight 600
307+
font-weight 500

src/lib/css/typography/index.styl

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body
1212
.{newAppName}-font-hero
1313
font-size 48px
1414
line-height 60px
15-
font-weight 600
15+
font-weight 500
1616

1717
@media (max-width: tablet-upper-limit)
1818
font-size 36px
@@ -43,7 +43,7 @@ h1,
4343
.{newAppName}-font-banner-label
4444
font-size 50px
4545
line-height 60px
46-
font-weight 600
46+
font-weight 500
4747

4848
@media (max-width: laptop-upper-limit)
4949
font-size 44px
@@ -126,7 +126,7 @@ h4,
126126
strong,
127127
b,
128128
.{newAppName}-font-bold
129-
font-weight 600
129+
font-weight 500
130130

131131
.{newAppName}-font-real-bold
132132
font-weight 800

0 commit comments

Comments
 (0)