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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
The result is a page with abstract text like this example:
