mixue

eastman font

Sep 17th, 2022 (edited)
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: eastman;
  4. src:url("https://dl.dropbox.com/s/zqy8bxwr0icqgln/Eastman-Grotesque-Alt-Extrabold-trial.otf");
  5. }
  6.  
  7. #eastman {
  8. font-family: eastman;
  9. font-size: 5em;
  10. font-style: italic;
  11. }
  12.  
  13. </style>
  14. <div id="eastman"> hello </div>
Advertisement
Add Comment
Please, Sign In to add comment