powys

title crditem

Jun 21st, 2021
905
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: lovely;
  5. src: url(https://dl.dropbox.com/s/xde2bkhiie1bm8r/LovelyRegular.ttf);
  6. }
  7.  
  8. #title {
  9.  
  10.  
  11. font-family: lovely;
  12. -webkit-text-stroke-width: 1px;
  13. -webkit-text-stroke-color: #EBB6B8;
  14. font-size: 2.125em;
  15.  
  16.  
  17. }
  18. </style>
  19.  
  20. <div id="title"> hello </div>
Advertisement
Add Comment
Please, Sign In to add comment