A handmade striped font.
.zebra {color: black} /* Useful for light backgrounds */
.zebra {color: white} /* Useful for dark backgrounds */
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;
}
- With Git:
git clone https://github.com/Saul-BT/Zebra-font.git