Files
allwpilib/docs/javadoc.css
Gold856 3fddf71c47 [build] Remove Javadoc fonts (#8837)
Javadoc now includes 4 MB of fonts for every Javadoc JAR, which we have
18 of, which causes unnecessary bloat to the installer size. This
disables the inclusion of those fonts, using the built-in fallback
included in the Javadoc stylesheet. This also increases the default font
size by 10% after polling the FTC Discord resulted in people asking for
a bigger font.
2026-04-29 14:57:31 -07:00

7 lines
176 B
CSS

:root {
--body-font-size: calc(14.2px * 1.1);
--block-font-size: calc(14.4px * 1.1);
--code-font-size: calc(14px * 1.1);
--nav-font-size: calc(13.4px * 1.1);
}