ukamori

barcode font

Jun 29th, 2022 (edited)
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family:'barcode';
  4. src: url(https://dl.dropbox.com/s/we40iah8ozz8mci/BarcodeFont.ttf);
  5. }
  6.  
  7. div {
  8. font-family:'barcode';
  9. font-size: 4em;
  10. }
  11.  
  12. </style>
  13.  
  14. <div> BARCODE </div>
  15.  
Add Comment
Please, Sign In to add comment