ukamori

protomo font

Jun 29th, 2022 (edited)
710
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.44 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family:'protomo';
  4. src: url(https://dl.dropbox.com/s/n2rde8xf929fs56/Protomo-Outline.otf);
  5. }
  6.  
  7. @font-face {
  8. font-family:'protomo-fill';
  9. src: url(https://dl.dropbox.com/s/p7waq4bof8ne0qt/Protomo.otf);
  10. }
  11.  
  12. #protomo {
  13. font-family:'protomo';
  14. font-size: 3em;
  15. }
  16.  
  17. #protomo-fill {
  18. font-family:'protomo-fill';
  19. font-size: 3em;
  20. }
  21.  
  22. </style>
  23.  
  24. <div id="protomo"> protomo </div>
  25. <div id="protomo-fill"> protomo </div>
Comments
Add Comment
Please, Sign In to add comment