openhab-scripters / openhab-helper-libraries

Scripts and modules for use with openHAB
Eclipse Public License 1.0
88 stars 70 forks source link

Fix missing RTD theme fonts #182

Closed CrazyIvan359 closed 5 years ago

CrazyIvan359 commented 5 years ago

This fixes missing "Lato" and "Roboto Slab" fonts used by the Read-The-Docs theme we are using for the documentation pages. The RTD theme does not include these fonts, but presumably their servers have them available statically. I have switched to using Google's font server as a source.

A side effect of these missing fonts was that list numbers would not all render when a page with a list was first loaded using Firefox. Any interaction with the page would then cause the numbers to render.

Signed-off-by: Michael Murton 6764025+CrazyIvan359@users.noreply.github.com