@font-face { font-family: STIX; src: url("/static/STIX2Text-Regular.subset.otf") format("truetype"); } body { display: flex; justify-content: center; } .page { width: 550px; } h1, h2, h3 { font-family: 'STIX', serif; font-weight: normal; font-size: 14pt; } h1 { border-style: solid; border-width: 1px 0; text-align: center; font-size: 34pt; } p, ul { font-family: sans-serif; } @media (max-width: 560px) { .page { width: 100%; } h1 { font-size: 9vw; } }