Fabrizio Giordano`s Web Space

Prototype webapp using distraction free font


Today I had an idea and I immediately play with a prototype.

I was creating some demo pages adding some defaul lorem ipsum text. Lorem ipsum text is a good starting point. There are other funny Lorem like baconipsum.com or lorizzle.nl or beeripsum.com .

However I was looking for something more abstract and I got into this project Redacted Font

<style type="text/css">
@font-face{
font-family: RedactedFont;
src: url('Redacted-Font/fonts/web/redacted-script.eot'); /* For IE */
src: local('redacted-script'), url('Redacted-Font/fonts/web/redacted-script.ttf') format('truetype'); /* For non-IE */
}
* {
font-family: RedactedFont;
font-size: 22pt;
}
</style>
<h1>Font</h1>
<p>This paragraph will use a doodle font</p>
view raw embed-font.html hosted with ❤ by GitHub

The result is a page with abstract text like this example: