Hi All,
NT 14.21 and C11
I am using base theme for my app. The base theme has the line: --font-size: 12pt;
base.css has this value for variable --font-size: 12pt; :
root {
--icon-size: 32px;
--icons-light: url("/icons/nt-icons-light.svg");
.....
--icons-error-scale: 1.75;
--icons-error-transform: scale(var(--icons-error-scale));
--font-family: "Open Sans","Segoe UI",Tahoma, Verdana, Arial, Helvetica, sans-serif;
--font-size: 12pt; <<<<<<<<<<================= If I change it here, it still does not affect the font - I change it to 8 pt but when I look in inspector, the value is still 12.
How can I change the overall font size for the entire app?
Am I in the right place?
I did gzipall after changing it to 8 pt but the inspector still says 12 pt.
Do I need to clear the cache?
TIA,
Ron