Created
February 14, 2019 16:22
-
-
Save Robdel12/fd03f51bfe39b9e6eeb43bb8d42d62cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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