Steps:
- Create new HTML Doc
- Type some text in the paragraph that is automatically created
- click in the <p> tag, then click to edit the style
- Select Google Web Fonts as the font family and select a google font, leaving the 'add stylesheet' checkbox selected'
This adds the stylesheet definition to the <head>, but it doesn't add the style definition to the <p>
If you repeat the steps to select the web fonts a second time, then it will add the style definition


