Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To resolve this, you can execute the following commands either as a normal Linux user or as root: 

Code Block
languagebash
themeRDark
sudo omd stop <SITENAME>
cd /usr/share/
sudo mv fonts fonts.bak
sudo zypper install -f google-opensans-fonts
sudo omd start <SITENAME>

...