Google Fonts

Am I correct that if you want to use a google font in a variety of different sizes and styles, you would need to make an entry in the app.htmlheader for each different webstyle you wanted to create? As in:

.Lobster12 { font-family: ‘Lobster’, serif; } .Lobster12Italic { font-family: ‘Lobster’, cursive; } .Lobster14 { font-family: ‘Lobster’, serif; } .Lobster14Italic { font-family: ‘Lobster’, cursive; }

One would then need to create webstyles of these names with whatever attributes one wanted.