Fonts are one of the most important things on a site, and the type of font changes the site 180 degrees.
how to import font
import we have 3 chois
use @import in css
@import url(https://your-font-link);
2) link in html
< link href hrefhttps://your-font-link>
or import .ttf file with @font-face in css
< link href="https://your-font-link">