brightics / studio

Component based analytics studio on the web browser
Other
183 stars 85 forks source link

Font is broken on graphviz #765

Closed krazyeom closed 4 years ago

krazyeom commented 4 years ago

image

It is not actually brightics bug.

krazyeom commented 4 years ago
  1. Download a font file. https://www.1001freefonts.com/ubuntu.font

  2. Unzip the downloaded file.

  3. Run following commands.

    sudo mkdir -p /usr/share/fonts
    sudo cp ~/fonts/* /usr/share/fonts/.
    fc-cache -f /usr/share/fonts/
  4. if fc-cache is not exist on your machine, run the following command.

    sudo yum install fontconfig
krazyeom commented 4 years ago

After installing fonts. It works! image