Files
yaak-mountain-loop/apps/yaak-proxy/font-size.ts
2026-03-12 15:35:55 -07:00

3 lines
124 B
TypeScript

// Hardcode font size for now. In the future, this could be configurable.
document.documentElement.style.fontSize = '15px';