How to replace the default fonts of BusiProf Pro?
I like to know if and how I can replace the default font the BusiProf Pro use, without a plugin, as I failed to find a good plugin for this job, especially the font those elements selected in the attachment use?


menuFonts.png
2M
Tagged:
Comments
body {
font-family: "Butler", UbuntuMono, lato;
text-transform: none;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Butler Stencil', Ubuntu; lato;
font-weight: 700;
text-transform: none;
}
Our fonts are free, and you can use for commercial usage.
To update Awesome's, you don't need to remove anything just add one more line of HTML in your header.php b/w <head></head> tag
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
OR