Answers for "change the entire page font"

1

change the entire page font

<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Electrolize&display=swap" rel="stylesheet">

<style>
    body {
        font-family: 'Electrolize', sans-serif;
    }
</style>
Posted by: Guest on May-04-2021

Code answers related to "change the entire page font"

Browse Popular Code Answers by Language