Accessibility, SEO, and performance

<link
    rel="preload"
    href="<https://fonts.googleapis.com/css?family=Open+Sans:300&display=swap>"
    as="style"
    onload="this.onload=null;this.rel='stylesheet'"
/>
<noscript>
    <link
        href="<https://fonts.googleapis.com/css?family=Open+Sans:300&display=swap>"
        rel="stylesheet"
        type="text/css"
    />
</noscript>