Skip to content

Instantly share code, notes, and snippets.

@appgiga-code
Created March 28, 2017 08:26
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 appgiga-code/a9651b464e69245dd62d7d544a350807 to your computer and use it in GitHub Desktop.
Save appgiga-code/a9651b464e69245dd62d7d544a350807 to your computer and use it in GitHub Desktop.
Calligraphrを使ったサンプルコード
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Calligraphrサンプル</title>
<style>
@font-face {
font-family: 'myfont';
src: url('fonts/myfont.ttf') format('truetype');
}
body {
font-family: 'myfont';
font-size: 48px;
}
</style>
</head>
<body>
<h1 contentEditable="true"></h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment