Advertisement
ruesha

pixel emoji font

Jul 9th, 2022
1,140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: emoji;
  5. src: url(https://dl.dropbox.com/s/cvba4kh6qm23mru/EmojiFont.ttf);
  6. }
  7.  
  8. emoji {
  9. color: #000;
  10. font-size: 8px;
  11. }
  12.  
  13. </style>
  14.  
  15. <div id="emoji">C</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement