fterlyfe

emoji symbol font/text

Dec 3rd, 2021 (edited)
828
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: emoji;
  4. src: url(https://cinni.net/directory/EmojiFont.ttf);
  5. }
  6.  
  7. #textytext {
  8. font-family: emoji;
  9. font-size: 20px;
  10. }
  11.  
  12. </style>
  13.  
  14. <div id="textytext">text here!</div>
Add Comment
Please, Sign In to add comment