Skip to content

Instantly share code, notes, and snippets.

@nolanlawson
Created April 29, 2020 14:31
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 nolanlawson/b72a9e2b9be8710ef0668b7cb968afe3 to your computer and use it in GitHub Desktop.
Save nolanlawson/b72a9e2b9be8710ef0668b7cb968afe3 to your computer and use it in GitHub Desktop.
test fonts
<html>
<head><title>test fonts</title></head>
<body>
<h1>test fonts</h1>
<h2 style="font-family: Helvetica">Helvetica</h2>
<h2 style="font-family: system-ui">system-ui</h2>
<h2 style="font-family: sans-serif">sans-serif</h2>
<h2 style="font-family: Arial">Arial</h2>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment