font size

main
Said Gedik 2024-08-08 16:26:39 +02:00
parent 0d12b0cb8a
commit 4cc3021a47
2 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,8 @@
html,
body {
/* overflow: hidden !important; */
font-family: 'Helvetica';
font-size: 14px;
}
html,

View File

@ -17,4 +17,5 @@ $my-theme: mat-light-theme($my-primary, $my-accent, $my-warn);
* {
font-family: 'Helvetica';
font-size: 14px;
}