Skip to content

Commit b590fba

Browse files
committed
Fix font
1 parent 4382cdc commit b590fba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Pages/Complaint.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export default {
171171
#pageContent{
172172
color: #000;
173173
font-feature-settings: 'liga' off, 'clig' off;
174-
font-family: Lato, Segoe UI, sans-serif;
174+
font-family: Roboto, sans-serif;
175175
font-size: 14px;
176176
font-style: normal;
177177
font-weight: 600;
@@ -195,7 +195,7 @@ export default {
195195
color: var(--shades-white, #FFF);
196196
197197
/* v-text/body-1 */
198-
font-family: Roboto, sans-serif !important;
198+
font-family: Roboto, sans-serif;
199199
font-size: 16px;
200200
font-style: normal;
201201
font-weight: 400;

0 commit comments

Comments
 (0)