diff options
| author | dzaima <dzaimagit@gmail.com> | 2022-05-16 22:29:27 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-16 22:29:27 +0300 |
| commit | 81e18d1eb8cb6b66df9e311b3b63ec086d910d18 (patch) | |
| tree | e18fee922e7898815e45fbd95a6f217a238ad445 | |
| parent | ef12f611234d2e35ff0fa1c95b989cb6180ede9e (diff) | |
| -rw-r--r-- | index.html | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -70,6 +70,15 @@ text-decoration: underline; } + h1 { + margin-bottom: 0; + line-height: 1; + } + #title { + text-align: center; + margin-bottom: 2em; + } + ::-webkit-scrollbar-button, ::-webkit-scrollbar-track { display:none; } @@ -82,7 +91,8 @@ </style> </head> <body> - <div style="text-align: center"><h1><a href="BQN386.ttf">BQN386</a></h1></div> + <div id=title><h1>BQN386</h1><a href="BQN386.ttf">ttf</a>, <a href="BQN386.woff2">woff2</a></div> + An APL and BQN font extending on <a href="https://abrudz.github.io/APL386/">APL386</a> by Adám Brudzewsky, which is based on <a href="http://apl385.com/">APL385</a> by Adrian Smith. <br><br> @@ -112,4 +122,4 @@ Adám Brudzewsky, which is based on <a href="http://apl385.com/">APL385</a> by A "</tbody></table>" </script> </body> -</html>
\ No newline at end of file +</html> |
