font size
parent
0d12b0cb8a
commit
4cc3021a47
|
|
@ -40,6 +40,8 @@
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
/* overflow: hidden !important; */
|
/* overflow: hidden !important; */
|
||||||
|
font-family: 'Helvetica';
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
|
|
|
||||||
|
|
@ -17,4 +17,5 @@ $my-theme: mat-light-theme($my-primary, $my-accent, $my-warn);
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: 'Helvetica';
|
font-family: 'Helvetica';
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue