Answers for "change body font"

0

change body 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

Browse Popular Code Answers by Language