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

Commit 11dbfc4

Browse files
committed
fix: point old roboto usage to updated font family
1 parent 186fd5a commit 11dbfc4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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)