Changing Default Font Size
By default, Oracle JET includes themes such as Alta that set a default font size on the root (html) element. This font size is optimized for visibility and touchability on mobile devices, but you can customize the size as needed for your application.
Changing Default Font Size Across the Application
The browser's font size is defined in the Sass $rootFontSize variable and included in the generated CSS html class. You can use Sass to change the variable or override the generated CSS.
To change the browser default font size across your application, do one of the following: