Skip to content

Instantly share code, notes, and snippets.

@hgirish
Created June 9, 2022 02:59
Show Gist options
  • Save hgirish/2a2d6dc41ac3fb15b86f34b4987e3964 to your computer and use it in GitHub Desktop.
Save hgirish/2a2d6dc41ac3fb15b86f34b4987e3964 to your computer and use it in GitHub Desktop.
<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