OK, thanks, this I now.
But I would like to make more custom changes to the font style, in the Css box. I have done it with Google Fonts and it works great but with Font Deck I don´t know what code I should put in for it to work. Any idea?
An example with Google Fonts:
@import url(‘http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,700,300|Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100italic,100’);
h1 { font-family: ‘Roboto Condensed’, sans-serif;
font-weight: 700;
font-style: italic;
word-spacing: -0.00em;
letter-spacing: -0.00em;
color: rgb(51, 51, 51);
text-transform: uppercase;
!important;}