change font

19 views
Skip to first unread message

overs...@googlemail.com

unread,
Feb 13, 2015, 6:36:38 AM2/13/15
to moll...@googlegroups.com
hi im still testing mollify so far so good

can someone tell me (absolutly noob) how to change the font with fontface?
where to add the code etc...
thx

Samuli Järvelä

unread,
Feb 16, 2015, 8:26:50 AM2/16/15
to moll...@googlegroups.com, overs...@googlemail.com
Just like the header background color you asked earlier, this is matter of CSS. With the same steps as I described, you just need to create own CSS file and overwrite any style definitions there.

Mollify has two main font definitions:

#mollify {} #mollify, a.button, input, .mollify-popupmenu, .mollify-popup, .mollify-itemcontext-popover {
    font-size: 12px;
    font-family: 'proxima-nova', 'MollifyPlainText', "Lucida Grande", "Trebuchet MS", Lucida, Verdana, sans-serif;
}
li.dropdown-item, .dropdown-submenu {
    font-family: 'proxima-nova', 'MollifyPlainText', "Lucida Grande", "Trebuchet MS", Lucida, Verdana, sans-serif;
    font-size: 14px;
}

If you want to change font _everywhere_,  you can simply copy&paste these into your own CSS and change the font definition.

If you want to change font in only specific area/element, then it's something you have to figure out with, for example, element inspector in Chrome etc, where you can see the element css classes etc.
Reply all
Reply to author
Forward
0 new messages