Files
yaak/apps/yaak-proxy/font-size.ts
2026-05-07 15:50:10 -07:00

3 lines
124 B
TypeScript

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