Skip to content

Instantly share code, notes, and snippets.

@saturngod
Created January 17, 2013 01:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saturngod/4552838 to your computer and use it in GitHub Desktop.
Save saturngod/4552838 to your computer and use it in GitHub Desktop.
example usages of font embed
<html>
<head>
<title>Testing</title>
<meta charset="UTF8">
<!-- <link rel='stylesheet' href='http://mmwebfonts.comquas.com/fonts/?font=mon3' /> -->
<style>
@font-face {
font-family:'MON3 Anonta 1';
src:local('MON3 Anonta 1'),url('http://mmwebfonts.comquas.com/fonts/mon3.ttf');
}
body {
font-family:'MON3 Anonta 1';
}
</style>
</head>
<body>
တိ ပိုဲမန်ကၠာ ညံၚ်ပမာထဝ်သြန် ဂွံပတုဲကေၚ်ကာ တိဗ္ၚမန် ပ္ဍဲဇၟန်ဒွက်
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment