Skip to content

Commit 5def4ef

Browse files
authored
Increase font-weight for the text in the demos in the docs (#1455)
1 parent 34d0a37 commit 5def4ef

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

docs/examples/advanced-usage/example1.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
color: #606c76;
44
font-family: sans-serif;
55
font-size: 14px;
6-
font-weight: 300;
6+
font-weight: 400;
77
letter-spacing: .01em;
88
line-height: 1.6;
99
-webkit-box-sizing: border-box;

docs/examples/basic-operations/example1.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
color: #606c76;
44
font-family: sans-serif;
55
font-size: 14px;
6-
font-weight: 300;
6+
font-weight: 400;
77
letter-spacing: .01em;
88
line-height: 1.6;
99
-webkit-box-sizing: border-box;

docs/examples/basic-usage/example1.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
color: #606c76;
44
font-family: sans-serif;
55
font-size: 14px;
6-
font-weight: 300;
6+
font-weight: 400;
77
letter-spacing: .01em;
88
line-height: 1.6;
99
-webkit-box-sizing: border-box;

docs/examples/batch-operations/example1.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
color: #606c76;
44
font-family: sans-serif;
55
font-size: 14px;
6-
font-weight: 300;
6+
font-weight: 400;
77
letter-spacing: .01em;
88
line-height: 1.6;
99
-webkit-box-sizing: border-box;

docs/examples/clipboard-operations/example1.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
color: #606c76;
44
font-family: sans-serif;
55
font-size: 14px;
6-
font-weight: 300;
6+
font-weight: 400;
77
letter-spacing: .01em;
88
line-height: 1.6;
99
-webkit-box-sizing: border-box;

docs/examples/date-time/example1.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
color: #606c76;
44
font-family: sans-serif;
55
font-size: 14px;
6-
font-weight: 300;
6+
font-weight: 400;
77
letter-spacing: .01em;
88
line-height: 1.6;
99
-webkit-box-sizing: border-box;

docs/examples/demo/example1.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
color: #606c76;
44
font-family: sans-serif;
55
font-size: 14px;
6-
font-weight: 300;
6+
font-weight: 400;
77
letter-spacing: .01em;
88
line-height: 1.6;
99
-webkit-box-sizing: border-box;

docs/examples/i18n/example1.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
color: #606c76;
44
font-family: sans-serif;
55
font-size: 14px;
6-
font-weight: 300;
6+
font-weight: 400;
77
letter-spacing: .01em;
88
line-height: 1.6;
99
-webkit-box-sizing: border-box;

docs/examples/localizing-functions/example1.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
color: #606c76;
44
font-family: sans-serif;
55
font-size: 14px;
6-
font-weight: 300;
6+
font-weight: 400;
77
letter-spacing: .01em;
88
line-height: 1.6;
99
-webkit-box-sizing: border-box;

docs/examples/named-expressions/example1.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
color: #606c76;
44
font-family: sans-serif;
55
font-size: 14px;
6-
font-weight: 300;
6+
font-weight: 400;
77
letter-spacing: .01em;
88
line-height: 1.6;
99
-webkit-box-sizing: border-box;

docs/examples/sorting-data/example1.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
color: #606c76;
44
font-family: sans-serif;
55
font-size: 14px;
6-
font-weight: 300;
6+
font-weight: 400;
77
letter-spacing: .01em;
88
line-height: 1.6;
99
-webkit-box-sizing: border-box;

docs/examples/undo-redo/example1.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
color: #606c76;
44
font-family: sans-serif;
55
font-size: 14px;
6-
font-weight: 300;
6+
font-weight: 400;
77
letter-spacing: .01em;
88
line-height: 1.6;
99
-webkit-box-sizing: border-box;

0 commit comments

Comments
 (0)