change the entire page font

Solutions on MaxInterview for change the entire page font by the best coders in the world

showing results for - "change the entire page font"
Jeremy
14 Nov 2019
1<link rel="preconnect" href="https://fonts.gstatic.com">
2<link href="https://fonts.googleapis.com/css2?family=Electrolize&display=swap" rel="stylesheet">
3
4<style>
5    body {
6        font-family: 'Electrolize', sans-serif;
7    }
8</style>