How to change Font Size for all apps?
I would like to know if it is possible via CSS (or other way) to change the font size for all apps in Homarr.
Thanks
Thanks
Please include the following details in your post or we may reject your request without further comment:
- Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log)
- Operating system (Unraid, TrueNAS, Ubuntu, ...)
- Exact Homarr version (eg. 0.15.0, not latest)
- Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format)
- Other relevant information (eg. your devices, your browser, ...)
.dashboard-tile-app.mantine-Text-root.dashboard-tile-app-title {
font-size: 12px;
}* {
font-family: 'Courier New', monospace !important;
}