ziyas

emoji font

Apr 13th, 2022
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. src: url(https://dl.dropbox.com/s/cvba4kh6qm23mru/EmojiFont.ttf);
  4. font-family: emoji;
  5. }
  6.  
  7. div {
  8. font-family: emoji;
  9. font-size: 3em
  10. }
  11.  
  12. </style>
  13.  
  14. <div> a b c d e f g h i j k l m n o p q r s t u v w x y z
  15.  
  16. A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
  17.  
  18. </div>
  19.  
Advertisement
Add Comment
Please, Sign In to add comment