Fonts
Font Setting
To change the font-family you will have to edit the file css/style.css
. If the font is a standard one, built the system by default, you can just write it here.body {font-family: 'Roboto', sans-serif;}
Also you can use Google Font and connect it to your website.
Go to: http://www.google.com/fonts
Choose the appropriate font.
Click the Quick-use button ().
Choose the styles that you want;
Choose the character sets that you want.
Below that click on the @import tab and copy this line.
Paste this line to that css/style.css file
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
Last updated
Was this helpful?