1. Linking your Local font in HTML
To include your local font, add your local fonts in app/fonts/text-fonts/typography-font/
directory and link the local font styles containing file (in our case typo.css
) in your HTML
In the same manner, copy your google font linking url and link it in the HTML code.
<!-- Linking Font -->
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');