Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 186fd5a

Browse files
committed
fix: rename font-face family to prevent forced bold rendering
1 parent 53a2a85 commit 186fd5a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/assets/fonts/Roboto.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* cyrillic-ext */
22
@font-face {
3-
font-family: 'Roboto';
3+
font-family: 'Roboto-Bold';
44
font-style: normal;
55
font-weight: 700;
66
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2) format('woff2');
@@ -9,7 +9,7 @@
99
}
1010
/* cyrillic */
1111
@font-face {
12-
font-family: 'Roboto';
12+
font-family: 'Roboto-Bold';
1313
font-style: normal;
1414
font-weight: 700;
1515
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2) format('woff2');
@@ -18,7 +18,7 @@
1818
}
1919
/* greek-ext */
2020
@font-face {
21-
font-family: 'Roboto';
21+
font-family: 'Roboto-Bold';
2222
font-style: normal;
2323
font-weight: 700;
2424
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2) format('woff2');
@@ -27,7 +27,7 @@
2727
}
2828
/* greek */
2929
@font-face {
30-
font-family: 'Roboto';
30+
font-family: 'Roboto-Bold';
3131
font-style: normal;
3232
font-weight: 700;
3333
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2) format('woff2');
@@ -36,7 +36,7 @@
3636
}
3737
/* vietnamese */
3838
@font-face {
39-
font-family: 'Roboto';
39+
font-family: 'Roboto-Bold';
4040
font-style: normal;
4141
font-weight: 700;
4242
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCxc4AMP6lbBP.woff2) format('woff2');
@@ -54,7 +54,7 @@
5454
}
5555
/* latin */
5656
@font-face {
57-
font-family: 'Roboto';
57+
font-family: 'Roboto-Bold';
5858
font-style: normal;
5959
font-weight: 700;
6060
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format('woff2');

0 commit comments

Comments
 (0)