Tagged: 5f

Ricty Fonts on Slackware 14.2

Ricty font is a Japanese True Type font for developers created from mixing Inconsolata and Mig 1M fonts.

To install Ricty font, follow below steps to generate.

Disclaimer:
The information in this site is the result of my researches in the Internet and of my experiences. This information below is solely used for my purpose and may not be suitable for others.

  1. Install fontforge from slackbuilds.org
  2. Download Inconsolata fonts from Google Fonts
  3. Download Inconsolata.otf from my github.com
  4. Download Mig 1M font from OSDN
  5. Generate Ricty fonts # cp Inconsolata.otf /usr/share/fonts/OTF # cp migu-1p-regular.ttf migu-1p-bold.ttf /usr/share/fonts/TTF # mkfontdir /usr/share/fonts/{TTF,OTF} # mkfontscale /usr/share/fonts/{TTF,OTF} # fc-cache -f -v # git clone https://github.com/metalefty/Ricty # cd Ricty # sh ricty_generator.sh auto ... # cp Ricty*.ttf /usr/share/fonts/TTF # mkfontdir /usr/share/fonts/TTF # mkfontscale /usr/share/fonts/TTF # fc-cache -f -v
  6. Restart X
  7. That's all!
    -gibb