Single post in Guide to CSS (Beginner & Intermediate) [In Progress]
Forum Index > PokéFarm > Guides > Guide to CSS (Beginner & Intermediate) [In Progress] >
I don't know if it has been asked before...
But is there a posibility to add google fonts in the style?
Trying to make my own templates ^^;

Do not steal my art without permision please~
***YOUR TEXT HERE***
code
[img]https://image.ibb.co/dSFqMF/template1top.jpg[/img][css=background:url('https://image.ibb.co/fVwx1F/template1middel.jpg'); background-repeat:repeat-y; background-size:100%; padding: 0px **px 0px **px;]
[styleclass=container]
[styleclass=title]Intro[/styleclass]
***YOUR TEXT HERE***
[/styleclass]
[style]
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
.container{
font-family: 'Ubuntu', sans-serif;
margin: 0 auto;
width:500px;
background:blue;
}
[/style]
[/css][img]https://image.ibb.co/kJjT8v/template1bottom.jpg[/img]



