Google Font editor for Umbraco
uSkyGoogleFont is a property editor that allows you to easily select and add Google fonts to your website. It allows you to create several blocks of font styles for different html tags. Each style has the following properties:
- Font size
- Font family (google font and regular font)
- Font variant and weight
- Font Color
- Font Line Height
- Install the uSky.GoogleFont package in your Umbraco 7 instance
- Create a new uSky.GoogleFont dataType
- Add a new property of type uSky.GoogleFont to a Document Type. By default uSkySlider looks for a property called “googleFont”.
- In the section of your template render the uSkyGoogleFont.cshtml partial view with Html.Partial(“uSkyGoogleFont”)