Advertisement
ruesha

description

Nov 16th, 2021
840
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 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. #text05 {
  7. z-index: 100;
  8. position: relative;
  9. top: 130px;
  10. font-family: lovely;
  11. font-size: 1.625em;
  12. line-height: 1.5;
  13. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  14.  
  15. }
  16. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement