Font

ASP digital applications use system fonts as standard. I.e.

-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji

Defaulting to the system font of a particular operating system boosts performance because the browser doesn’t have to download any font files, it’s using one it already had, therefore reducing page load times.

Headings

{{ aspExample({ code: "<h1>asp digital heading 1</h1>
<h2>asp digital heading 2</h2>
<h3>asp digital heading 3</h3>
<h4>asp digital heading 4</h4>
<h5>asp digital heading 5</h5>
<h6>asp digital heading 6</h6>", nunjucks: "", title: "", id: "65a9285b033bc", url: "" }) }}

Paragraphs

Body

The default paragraph font size is 16px for both large and small screens.

{{ aspExample({ code: "<p>The quick brown fox jumps over the lazy dog</p>", nunjucks: "", title: "", id: "65a9285b03440", url: "" }) }}

Lead paragraph

[ content missing ]