Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- @font-face {
- font-family:'protomo';
- src: url(https://dl.dropbox.com/s/n2rde8xf929fs56/Protomo-Outline.otf);
- }
- @font-face {
- font-family:'protomo-fill';
- src: url(https://dl.dropbox.com/s/p7waq4bof8ne0qt/Protomo.otf);
- }
- #protomo {
- font-family:'protomo';
- font-size: 3em;
- }
- #protomo-fill {
- font-family:'protomo-fill';
- font-size: 3em;
- }
- </style>
- <div id="protomo"> protomo </div>
- <div id="protomo-fill"> protomo </div>