...
Stop the site
Code Block language bash theme RDark root@linux# omd stop <mysite>
.
Change directory to /usr/share/
Code Block language bash theme RDark root@linux# cd /usr/share/
.
Create a backup of the original fonts file
Code Block language bash theme RDark root@linux:/usr/share# mv fonts fonts.bak
.
Install zypper
Code Block language bash theme RDark root@linux:/usr/share# zypper install -f google-opensans-fonts
.
Start the site
Code Block language bash theme RDark root@linux:/usr/share# omd start <mysite>
...