# 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>

1. Choose the appropriate font.
2. Click the Quick-use button ().
3. Choose the styles that you want;
4. Choose the character sets that you want.
5. Below that click on the @import tab and copy this line.
6. 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');`
