MyBB Community Forums

Full Version: Accord Font Changes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to change the font of the headers in the Accord Envy and Accord Autumn themes, but no matter what I change them to, it still shows Comfortaa. I'm refreshed, cleaned cache, everything and still no dice.

Any ideas?
have you changed the relevant code in the css file(s) / templates ...

edit : below is from accord-envy theme's global.css

.menu {
	font-family: 'Comfortaa';
        letter-spacing: -.5px;
	float: right;
        margin-top: 50px;
        font-size: 24px;
}

font-family: 'Comfortaa'; may be replaced / removed in the above code ...
I've done all that, and it still won't change.
Edit: Changing Accord Autumn's font works fine. Changing Accord Envy's font doesn't work still.
^ try removing font-face.css file from loading ...