Q: One big reason I wanted the upgrade was for the Google font support. I see several google fonts in the font list. Is there a way to add more google fonts?
A: There is no way to add the fonts into the app. But you can try to change the font manually. Please, open generated .css file in any text editor and find the code:
ul#css3menu1 li.topmenu > a {
background-image: none;
border-radius: 0 0 0 0;
color: #FFFFFF;
font: bold 12px Fjalla One,Trebuchet MS,sans-serif;
padding: 16px;
transition: all 0.5s ease 0s;
}
Specify "font" property.
For troubleshooting, feature requests, and general help,
contact Customer Support at . Make sure to
include details on your browser, operating system,
CSS3 Menu version, link to your page.
In most cases you'll get a reply within 1 business day. Please read the FAQs first to see if your question has already been answered.