Hello,
I would like to add new font. Have tried to follow literature but not working.
Adding Permanent Marker
1. Added to default.php - after <head tag>:
<head>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Permanent Marker">
<style>
body {
font-family: 'Tangerine', serif;
font-size: 48px;
}
</style>
2. I then added to template config:
Other 1 font:
http://fonts.googleapis.com/css?family=Permanent+Marker
Selector
.gkText
h1
But when I try to add to module... it does not work
<h6 class="gkCentered"><span style="color: #000000; font-family: Permanent+Marker;"><a style="color: #000000;" href="http://www.annelizebester/">Annelize Bester Photography</a></span></h6>
</head>