Skip to content

Saul-BT/Zebra-font

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zebra-font

A handmade striped font.

.zebra {color: black} /* Useful for light backgrounds */

Zebra

.zebra {color: white} /* Useful for dark backgrounds */

Zebra

How to use it?

It's as simple as adding this CSS snippet in your style sheet:

@font-face {
  font-family: "Zebra";
  src: local("?"), url("Zebra.woff") format("woff"), url("Zebra.ttf") format("truetype");
}
.zebra { /* I recommend especially that it be used with a class */
  font-family: "Zebra";
  font-weight: 500;
}

Download

  • With Git:
git clone https://github.com/Saul-BT/Zebra-font.git

Releases

No releases published

Packages

No packages published

Languages