Advertisement
ityizhuo

mother bear

Jul 21st, 2021
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: mother-bear;
  4. src: url(https://dl.dropbox.com/s/uw15q6ezssp224z/Mother%20Bear.ttf);
  5. }
  6.  
  7. #mother {
  8. font-family:mother-bear;
  9. font-size:2em;
  10. }
  11. </style>
  12.  
  13. <div id="mother">Text!</div>
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement