Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.font is a Public Overridable ReadOnly property and is of type System.Web.UI.WebControls.FontInfo which is a class. That is why you have to drill down to the actual properties you can set.Still, it is aggravating that .font is a read-only property.