Skip to content

Instantly share code, notes, and snippets.

@MurakamiShinyu
Last active May 17, 2023 02:34
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 MurakamiShinyu/63fa427fa6921a6f8a957496fb9d62bb to your computer and use it in GitHub Desktop.
Save MurakamiShinyu/63fa427fa6921a6f8a957496fb9d62bb to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Small font size test</title>
</head>
<body>
<p style="font-size: 16px">The quick brown fox jumps over the lazy dog. (font-size: 16px)</p>
<p style="font-size: 14px">The quick brown fox jumps over the lazy dog. (font-size: 14px)</p>
<p style="font-size: 12px">The quick brown fox jumps over the lazy dog. (font-size: 12px)</p>
<p style="font-size: 10px">The quick brown fox jumps over the lazy dog. (font-size: 10px)</p>
<p style="font-size: 8px">The quick brown fox jumps over the lazy dog. (font-size: 8px)</p>
<p style="font-size: 6px">The quick brown fox jumps over the lazy dog. (font-size: 6px)</p>
<p style="font-size: 4px">The quick brown fox jumps over the lazy dog. (font-size: 4px)</p>
<p style="font-size: 2px">The quick brown fox jumps over the lazy dog. (font-size: 2px)</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment