Skip to content

Commit

Permalink
Use dynamic font scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
mapsandapps committed Sep 29, 2023
1 parent d74e556 commit 84bfdca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@
/* stylelint-disable-next-line declaration-no-important */
display: none !important;
}

html {
/*
* For more information on dynamic font scaling, visit the documentation:
* https://ionicframework.com/docs/layout/dynamic-font-scaling
*/
--ion-dynamic-font: var(--ion-default-dynamic-font);
}

0 comments on commit 84bfdca

Please sign in to comment.