Silom / memefont

Meme fonts made with font custom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memefont

I made some meme drawings and added them to a font family.

Usage

Add the fontcustom.css file to your project and use the css classes.

<i class="icon-[Meme Name] [style]"></i>

If you want to style your fonts, you can use css.

.icon-big {
  font-size: 70px;
}

.icon-black {
  color: #000000;
}

Memes included

  • Happy forever alone - .icon-forever_alone_happy
  • Oh, Jesus - .icon-jesus
  • You kidding me - .icon-kidding_me
  • Lol - .icon-lol
  • Me gusta - .icon-me_gusta
  • No - .icon-no
  • Trollface - .icon-trollface
  • Why - .icon-why
  • Yao Ming - .icon-yao_ming

About

Meme fonts made with font custom


Languages

Language:HTML 93.3%Language:CSS 6.7%