diff options
| -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> |
