Skip to content

Instantly share code, notes, and snippets.

@takahirohonda
Created April 24, 2021 01:43
Show Gist options
  • Save takahirohonda/7c62860903e2795fdf0305597ade46c0 to your computer and use it in GitHub Desktop.
Save takahirohonda/7c62860903e2795fdf0305597ade46c0 to your computer and use it in GitHub Desktop.
preview-head-sb-customfont.html
<style>
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: url('fonts/Lato/Lato-Regular.ttf') format('truetype');
}
.custom-font {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment