Skip to content

Instantly share code, notes, and snippets.

@kyawhtut-cu
Created July 9, 2018 09:43
Show Gist options
  • Save kyawhtut-cu/acb3858d34fbd215513e076008e109f5 to your computer and use it in GitHub Desktop.
Save kyawhtut-cu/acb3858d34fbd215513e076008e109f5 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Font embed with css injection</title>
<style>
@font-face{
font-family: "PAOH Font";
src: url('resource/fonts/smartzg.ttf') format("truetype");
}
*{
font-family: "PAOH Font",Verdana, Tahoma;
}
</style>
</head>
<body>
<h3>Now you can use myanmar text with font embed.</h3>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment