Use locally stored fonts
Ideally it should not be necessary to fetch fonts from fonts.googleapis.com, in order to (a) work completely offline and (b) don't use google CDN every time (unless fonts are already cached, of course) user tries to log into password protected Turris webapp.
- https://gitlab.nic.cz/turris/bootstrap-theme/-/blob/master/flatly-5.css#L8
- https://gitlab.nic.cz/turris/bootstrap-theme/-/blob/master/darkly-5.css#L8
- and so on...
But since it is somehow automatically generated via sass, I don't know how easy or difficult is to make completely offline bootstrap theme.