(Created page with "@import 'https://fonts.googleapis.com/css?family=Baloo|Lato&subset=latin-ext'; .title{ font-family: Baloo; } p{ font-family: Lato; }") |
|||
Line 1: | Line 1: | ||
@import 'https://fonts.googleapis.com/css?family=Baloo|Lato&subset=latin-ext'; | @import 'https://fonts.googleapis.com/css?family=Baloo|Lato&subset=latin-ext'; | ||
− | + | body{ | |
− | font-family: | + | font-family: Lato; |
} | } | ||
− | + | .title{ | |
− | font-family: | + | font-family: Baloo; |
} | } |
Revision as of 13:33, 16 June 2016
@import 'https://fonts.googleapis.com/css?family=Baloo%7CLato&subset=latin-ext';
body{
font-family: Lato;
}
.title{
font-family: Baloo;
}