Viewing Hide the licensing agreement from the footer?
Hide the licensing agreement from the footer?
|
User: Lilah 12 years ago
|
|
|
I purchased a font for my website that I use on every page. I put the licensing info and code in the footer. Is there a way to hide it? Make it less obvious? Thanks! www.lilahshreeve.com |
|
|
User: Roddy 12 years ago
|
|
|
Can you post the code or, if it won't publish, give the URL to your published site?
------------------------------- Roddy Website: http://everwebwidgets.com Contact: http://everwebwidgets.com/ewWidgets-home/contact.html NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own. |
|
|
User: Jumbo T. 12 years ago
|
|
|
Quote: Thanks!
www.lilahshreeve.com |
|
|
User: Jumbo T. 12 years ago
|
|
|
Quote: Thanks! www.lilahshreeve.com Once is enough Last edit 12 years ago |
|
|
User: Roddy 12 years ago
|
|
|
The code is CSS so it needs to be wrapped in tags and pasted into the site wide Head Code in the Site Publishing Settings page - not the footer code box. <style type="text/css"> /* @license * MyFonts Webfont Build ID 2631970, 2013-08-28T12:14:46-0400 * * The fonts listed in this notice are subject to the End User License * Agreement(s) entered into by the website owner. All other parties are * explicitly restricted from using the Licensed Webfonts(s). * * You may obtain a valid license at the URLs below. * * Webfont: Roadstar by Kustomtype * URL: http://www.myfonts.com/fonts/kustomtype/roadstar/regular/ * Copyright: Copyright (c) 2012 by Kustomtype. All rights reserved. * Licensed pageviews: 20,000 * * * License: http://www.myfonts.com/viewlicense?type=web&buildid=2631970 * * © 2013 MyFonts Inc */ /* @import must be at top of file, otherwise CSS will not work */ @import url("//hello.myfonts.net/count/282922"); @font-face {font-family: 'Roadstar';src: url('webfonts/282922_0_0.eot');src: url('webfonts/282922_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/282922_0_0.woff') format('woff'),url('webfonts/282922_0_0.ttf') format('truetype');} </style> ------------------------------- Roddy Website: http://everwebwidgets.com Contact: http://everwebwidgets.com/ewWidgets-home/contact.html NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own. |
|
|
User: Roddy 12 years ago
|
|
|
Quote: Once is enough Twice is good for me so that I actually read the whole post properly! ------------------------------- Roddy Website: http://everwebwidgets.com Contact: http://everwebwidgets.com/ewWidgets-home/contact.html NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own. |
|
|
User: Lilah 12 years ago
|
|
| So I copy and paste this into the header code box? | |
|
User: Roddy 12 years ago
|
|
|
Paste it into the Head Code box - not the header!
------------------------------- Roddy Website: http://everwebwidgets.com Contact: http://everwebwidgets.com/ewWidgets-home/contact.html NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own. |
|
|
User: Lilah 12 years ago
|
|
| it worked great! thanks so much. | |
|
User: Roddy 12 years ago
|
|
|
There's a whole bunch of stuff in there that is not really required such as the license info. Perhaps your licensing agreement requires it? All you really need is... <style type="text/css"> @import url("//hello.myfonts.net/count/282922"); @font-face {font-family: 'Roadstar';src: url('webfonts/282922_0_0.eot');src: url('webfonts/282922_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/282922_0_0.woff') format('woff'),url('webfonts/282922_0_0.ttf') format('truetype');} </style> ------------------------------- Roddy Website: http://everwebwidgets.com Contact: http://everwebwidgets.com/ewWidgets-home/contact.html NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own. |
|
| Post Reply |
| You must login or signup to post. |
