Created
June 9, 2022 02:59
-
-
Save hgirish/2a2d6dc41ac3fb15b86f34b4987e3964 to your computer and use it in GitHub Desktop.
From answer by broc.seib on StackOverflow https://stackoverflow.com/questions/240948/web-pages-and-barcode-fonts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link href="https://fonts.googleapis.com/css2?family=Libre+Barcode+39+Extended+Text&display=swap" rel="stylesheet"> | |
<style> | |
.barcode39 { | |
font-family: 'Libre Barcode 39 Extended Text', cursive; | |
font-size: 40px; | |
} | |
</style> | |
<div class="barcode39"> | |
*hello world* | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment