Fonts
In Multikit theme, google fonts have been used. google fonts are open source and easy to use. Multikit have used following fonts:
- Inter - Financial and learning applications
- Montserrat - Chatting application
- Rubik - Chatting application
- Roboto - Cab booking application
- Lato - Food application
- Public Sans - Grocery application
- Nunito - Fitness application
you can use different google fonts. following are the steps
- Go to Google Fonts.
- Use the filters on the left-hand side to display the kinds of fonts you want to choose and choose a couple of fonts you like.
- To select a font family, press the ⊕ button alongside it.
- When you've chosen the font families, press the [Number] Families Selected bar at the bottom of the page.
- In the resulting screen, you first need to copy the line of HTML code shown and paste it into the head of your HTML file. Put it above the existing
- element, so that the font is imported before you try to use it in your CSS
- You then need to copy the CSS declarations listed into your CSS as appropriate, to apply the custom fonts to your HTML.