How To
Last updated on September 7, 2023
Step 1
Copy and add the snippets for the CSS/SCSS.
body {
font-family: "Fanwood", serif;
}
Or put inside the head
tag.
<head>
<style type="text/css">
body {
font-family: "Fanwood", serif;
}
</style>
</head>
Step 2
Copy and add the snippets for the head
tag.
<head>
<!--The rest of your code -->
<link rel="stylesheet" href="https://font.my.id/libs/fanwood/webfonts/stylesheet.css" crossorigin="anonymous" />
<!--The rest of your code -->
</head>