powys

font of crditem.crd.co

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