Hi, I want to change the main font. I would like to insert a font from Google font
How could I do?
Thx
I would like insert this font : http://www.google.com/fonts/specimen/Roboto
Thx you very much ismael.
How could i do for change the size of the font ?
I try : p {
font-family: “Roboto”, arial, sans-serif;
font: 16px;
}
But it doesn’t work.
It doesn’t work :/
I found the solution :
body {
font-size: 14px;
}
Thank for your job :)