This means that the font size will vary based on the user's selected
default font size even in the absence of zooming.
/* Use Bedstead for everything. */
body {
font-family: Bedstead;
- font-size: 20px;
+ font-size: 1.25rem; /* 20px for normal default font size of 16px. */
font-synthesis: none;
margin: 8px;
margin-left: 32px;
* be used instead.
*/
.text-sample {
- font-size: 50px;
+ font-size: 2.5em;
/* These may be overridden by the @media rule below. */
display: block;
speak: never;