Advertisement
codergoob

Old London font

Sep 13th, 2023
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: OldLondon;
  4. src: url(https://dl.dropbox.com/s/58z6vbdt5s0qk66/OldLondon.ttf);
  5. }
  6.  
  7. #OldLondon {
  8. font-family: OldLondon;
  9. }
  10. </style>
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement