Skip to content

Commit

Permalink
update font for kerning on flat sign
Browse files Browse the repository at this point in the history
  • Loading branch information
dnotes committed Jun 4, 2020
1 parent 379c99a commit 3feeba7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/index.html
Expand Up @@ -67,6 +67,9 @@
z-index: 5;
}

.chord {
font-family: Didot, "Helvetica Neue", serif;
}
body {
padding: 50px;
font-size: 14pt;
Expand Down
3 changes: 3 additions & 0 deletions readme.js
Expand Up @@ -40,6 +40,9 @@ let output = `<html>
</head>
<style>
${styles}
.chord {
font-family: Didot, "Helvetica Neue", serif;
}
body {
padding: 50px;
font-size: 14pt;
Expand Down

0 comments on commit 3feeba7

Please sign in to comment.