+ 1
Which one is a good font-family to use in my web page?
4 Answers
0
try ROBOTO, JOSEFIN SANS, UBUNTU with fallback of sans-serif
0
Sami Khan can you give me some of its Syntex code.
Like how can I code this.
I,e.
.h1{
Font-family: sans-serif, roboto;
}
Or how to write it?
0
font-family: 'Josefin sans', sans-serif;
But first u need to import that font in your css or html head.. you can get the font from fonts.google.com
0
Thank you brother