I would like to change the Fonts as "Helvetica" how can I do that? I couldn't find within standart fonts and I don't know how to use "Google Fonts" or "Adobe Edge".
Thanks in advance!
HTML ELEMENT NAME {font-family: Helvetica, Arial, sans-serif;}
body, footer, .gkMenu > ul > li, .gkMenu > ul div.childcontent small, .panel h3, dl#tabs, dl.tabs, #loginForm h3, #loginForm h4, article li time {
font-family: Helvetica,Arial,sans-serif;
}
(...)
<?php $this->layout->loadBlock('cookielaw'); ?>
<style type="text/css">
body, footer, .gkMenu > ul > li, .gkMenu > ul div.childcontent small, .panel h3, dl#tabs, dl.tabs, #loginForm h3, #loginForm h4, article li time {
font-family: Helvetica,Arial,sans-serif;}
</style>
</head>
(...)