Skip to content

givemeaname77/ClappedLisa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

ClappedLisa Nerd Fonts

Patched on: 2023-04-17 08:41.

Setup

You can copy all the fonts to your system's fonts directory, either ~/.fonts/ or ~/.local/share/fonts/.

git clone https://github.com/givemeaname77/ClappedLisa.git
cd ClappedLisa.git
mkdir -p ~/.fonts
cp ./patched/* ~/.fonts/

Verify if the fonts are installed correctly.

fc-list | grep "ClappedLisa"

Here is my alacritty config example to use ClappedLisa font.

# Font configuration
font:
  size: 12
  offset:
    x: 0
    y: 0
  glyph_offset:
    x: 0
    y: 0
  normal:
    family: ClappedLisa Nerd Font
    style: Regular
  bold:
    family: ClappedLisa Nerd Font
  italic:
    family: ClappedLisa Nerd Font

Happy typing !

MonoLisa nerd fonts patched with font_patcher, with glyphs and symbols. Includes following fonts.

  • ClappedLisa-BlackItalic.ttf
  • ClappedLisa-Light.ttf
  • ClappedLisa-Black.ttf
  • ClappedLisa-MediumItalic.ttf
  • ClappedLisa-BoldItalic.ttf
  • ClappedLisa-Medium.ttf
  • ClappedLisa-Bold.ttf
  • ClappedLisa-RegularItalic.ttf
  • ClappedLisa-ExtraLightItalic.ttf
  • ClappedLisa-Regular.ttf
  • ClappedLisa-ExtraLight.ttf
  • ClappedLisa-ThinItalic.ttf
  • ClappedLisa-LightItalic.ttf
  • ClappedLisa-Thin.ttf

References

Make sure to install all the dependencies. Patched on debain (Pop OS).

About

This is Clapped Lisa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published