Complications adding Google Web Fonts to Platform theme
-
I am getting frustrated with this so I am here for some assistance first of all I am not exactly sure where to add the link <link href=’http://fonts.googleapis.com/css?family=Simonetta|Kotta+One|Redressed|Economica|Macondo|Lancelot’ rel=’stylesheet’ type=’text/css’> to my site. No I am not using all those fonts I had one picked on Simoneeta added it to css styling under fonts where I wanted it included font weight. And I added the Css selectors to include px and such as well was that the correct spot for that? But I still do not know where to add this link I simply cannot find where it goes in the pagelines editor.
This is what I integrated into the css font-family: ‘Simonetta’, cursive;font-weight: 900 or 400 depending what text I wsa referring to.
Then I need to paste this into a file with my web font name on it and I am not entirely sure where to add that either: <html>
<head>
<link rel=”stylesheet” type=”text/css” href=”http://fonts.googleapis.com/css?family=Tangerine”>
<style>
body {
font-family: ‘Tangerine’, serif;
font-size: 48px;
}
</style>
</head>
<body>
<div>Making the Web Beautiful!</div>
</body>
</html>lastly I can place this code in a stylesheet: CSS selector {
font-family: ‘Font Name’, serif;
}or use a inline style on the document itself which I wold prefer not to do <div style=”font-family: ‘Font Name’, serif;”>Your text</div>
Any assistance would be greatly appreciated!!!!
The topic ‘Complications adding Google Web Fonts to Platform theme’ is closed to new replies.