Versions Compared

Key

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

...

  1. Stop the site

    Code Block
    languagebash
    themeRDark
    root@linux# omd stop <mysite>

    .

  2. Change directory to /usr/share/

    Code Block
    languagebash
    themeRDark
    root@linux# cd /usr/share/

     .

  3. Create a backup of the original fonts file

    Code Block
    languagebash
    themeRDark
    root@linux:/usr/share# mv fonts fonts.bak

    . 

  4.  Install zypper

    Code Block
    languagebash
    themeRDark
    root@linux:/usr/share# zypper install -f google-opensans-fonts

    .

  5. Start the site

    Code Block
    languagebash
    themeRDark
    root@linux:/usr/share# omd start <mysite>


...