We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4382cdc commit b590fbaCopy full SHA for b590fba
1 file changed
src/components/Pages/Complaint.vue
@@ -171,7 +171,7 @@ export default {
171
#pageContent{
172
color: #000;
173
font-feature-settings: 'liga' off, 'clig' off;
174
- font-family: Lato, Segoe UI, sans-serif;
+ font-family: Roboto, sans-serif;
175
font-size: 14px;
176
font-style: normal;
177
font-weight: 600;
@@ -195,7 +195,7 @@ export default {
195
color: var(--shades-white, #FFF);
196
197
/* v-text/body-1 */
198
- font-family: Roboto, sans-serif !important;
199
font-size: 16px;
200
201
font-weight: 400;
0 commit comments