Is there a way to add more google fonts in menu bar in css?

Q: Dear Customer Support Service,

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?
Checking your FAQ and recent questions and not seeing the issue addressed.

Thanks.

A: You can try to change it 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;
}



Edit "font" property.

Related

Recent Demos



Contact US

For troubleshooting, feature requests, and general help, contact Customer Support at Mail. 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.

See More