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.
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: "" }) }}[ content missing ]