Keep your wireframes free of distracting Lorem Ipsum.
Look in the fonts/
directory for the desktop fonts, and the fonts/web/
directory for the web fonts.
Either install the ttf desktop fonts on your machine, or use the fontface kit in the web/
directory. Assuming the font assets reside in a "redacted-font" directory:
@font-face {
font-family: "Redacted";
src: url("redacted-font/fonts/web/redacted-regular.eot");
src: url("redacted-font/fonts/web/redacted-regular.woff2") format("woff2"),
url("redacted-font/fonts/web/redacted-regular.woff") format("woff"),
url("redacted-font/fonts/web/redacted-regular.otf") format("opentype"),
url("redacted-font/fonts/web/redacted-regular.svg#filename") format("svg");
}
.prototype {
font-family: "Redacted";
color: #999;
}
.prototype-script {
font-family: "Redacted Script";
color: #999;
}
This project is directly inspired by the BLOKK font. The idea is simple and brilliant, but I wasn't happy with functional aspects of that implementation of the idea, and it isn't an open source project, so I created my own. Credit where credit is due.
Copyright (c) 2013, Christian Naths (christiannaths@gmail.com christiannaths.com)
This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is included in this repository (OFL.txt), and is also available with a FAQ at: http://scripts.sil.org/OFL