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

Commit bc3543e

Browse files
authored
Merge pull request #458 from openforge/fix/font-styles-mobile
Fix/font styles mobile
2 parents d0a042b + 11dbfc4 commit bc3543e

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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');

src/components/app-search-results/app-search-results.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
width: 125px;
141141
height: 32px;
142142
color: #ffffff;
143-
font-family: Roboto;
143+
font-family: 'Roboto-Bold';
144144
font-size: 11px;
145145
font-weight: 700;
146146
letter-spacing: 1.25px;

src/pages/app-detailed-service/app-detailed-service.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
box-shadow: 0 2px 4px 0 rgba(128, 128, 128, 0.5);
172172
color: $gray-dark;
173173
cursor: pointer;
174-
font-family: Roboto;
174+
font-family: 'Roboto-Bold';
175175
font-size: 11px;
176176
font-weight: bold;
177177
font-style: normal;

src/pages/app-partners/app-partners.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
color: #ffffff;
227227
width: 130px;
228228
cursor: pointer;
229-
font-family: Roboto;
229+
font-family: 'Roboto-Bold';
230230
font-size: 11px;
231231
font-weight: bold;
232232
font-style: normal;

0 commit comments

Comments
 (0)