Font
How to change fonts?
To change fonts in the Multikart template and use different Google Fonts, follow these simple steps:
- Go to Google Fonts website.
- Use the filters on the left to find fonts you like.
- Click the ⊕ button next to the font you want to use.
- After selecting your fonts, click on the [Numbers] Families Selected bar at the bottom of the page.
- You'll see a line of HTML code. Copy it and paste it into the head of your HTML file. Make sure it's above any existing elements to import the font. It can be changed easily in the src >> app >> layout.js file.
- Next, copy the CSS declarations provided on the Google Fonts page and add them to your CSS. This will apply the custom fonts to your website.
These steps will help you easily change fonts in your Multikart template using Google Fonts.
