Skip to content

Instantly share code, notes, and snippets.

@rh-KIMATA
Created February 27, 2019 00:55
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 rh-KIMATA/a5c8e298cb1253b6ead8757546ab8772 to your computer and use it in GitHub Desktop.
Save rh-KIMATA/a5c8e298cb1253b6ead8757546ab8772 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en" style='font-family: monospace; font-size:1em;'>
<head>
<meta charset="utf-8" />
<title>Font-size test</title>
</head>
<body>
<p>HTML element have style that "<code>font-family: monospace; font-size:1em;</code>".</p>
<p style='font-family: sans-serif; font-size:1rem;'>This paragraph have style that "<code>font-family: sans-serif; font-size:1rem;</code>".</p>
<p style='font-family: monospace; font-size:1rem;'>This paragraph have style that "<code>font-family: monospace; font-size:1rem;</code>".</p>
</body>
</html>
<!DOCTYPE html>
<html lang="en" style='font-family: sans-serif; font-size:1em;'>
<head>
<meta charset="utf-8" />
<title>Font-size test</title>
</head>
<body>
<p>HTML element have style that "<code>font-family: sans-serif; font-size:1em;</code>".</p>
<p style='font-family: sans-serif; font-size:1rem;'>This paragraph have style that "<code>font-family: sans-serif; font-size:1rem;</code>".</p>
<p style='font-family: monospace; font-size:1rem;'>This paragraph have style that "<code>font-family: monospace; font-size:1rem;</code>".</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment