I want to apply common font style to entire text of SharePoint 2013 site.
Is any easy way for that?
I want to apply common font style to entire text of SharePoint 2013 site.
Is any easy way for that?
Set CSS rule in the body. Create an another CSS file and refer it after all CSS file.
body{
font-style: italic; //Common name goes here
}