Skip to content

Instantly share code, notes, and snippets.

@Robdel12
Created February 14, 2019 16:22
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 Robdel12/fd03f51bfe39b9e6eeb43bb8d42d62cd to your computer and use it in GitHub Desktop.
Save Robdel12/fd03f51bfe39b9e6eeb43bb8d42d62cd to your computer and use it in GitHub Desktop.
<html>
<head></head>
<body>
<div style='font-family: Arial'>
This is my text with Arial. Is it going to render consistently?
</div>
<div style='font-family: Times'>
This is my text with Times. Is it going to render consistently?
</div>
<div style='font-family: serif'>
This is my text with serif. Is it going to render consistently?
</div>
<div>
This is my text with no font-family specified. Is it going to render consistently?
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment