1. MyFontsWebfontsKit.css is in the site root /public_html folder, which is this:
/* @license
* MyFonts Webfont Build ID 2318270, 2012-07-02T06:46:22-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: Merge Light by Philatype
* URL: http://www.myfonts.com/fonts/philatype/merge/light/
* Copyright: Copyright 2011 Adobe Systems Incorporated. All rights reserved.
* Licensed pageviews: unlimited
*
*
* License: http://www.myfonts.com/viewlicense?type=web&buildid=2318270
*
* © 2012 Bitstream Inc
*/
@font-face {font-family: ‘Merge-Light’;src: url(‘webfonts/235FBE_0_0.eot’);src: url(‘webfonts/235FBE_0_0.eot?#iefix’) format(’embedded-opentype’),url(‘webfonts/235FBE_0_0.woff’) format(‘woff’),url(‘webfonts/235FBE_0_0.ttf’) format(‘truetype’);}
2. the .woff, .ttf and .eot fonts should be in a ‘webfonts’ directory in the site root.
3. this description should be in the top of the theme’s style.css:
/* CHICKENBOY: webfontKIT */
.Merge-Light {
font-family:Merge-Light;
font-weight:400;
font-style:normal;
}
4. If you’re using Headway, then you need to add a little script to the header…
(HEADWAY/OPTIONS/SCRIPTS/ANALYTICS)
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
<!–
/* @license
* MyFonts Webfont Build ID 2318270, 2012-07-02T06:46:22-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: Merge Light by Philatype
* URL: http://www.myfonts.com/fonts/philatype/merge/light/
* Copyright: Copyright 2011 Adobe Systems Incorporated. All rights reserved.
* Licensed pageviews: unlimited
*
*
* License: http://www.myfonts.com/viewlicense?type=web&buildid=2318270
*
* © 2012 Bitstream Inc
*/
–>
<link rel=”stylesheet” type=”text/css” href=”http://yourdomain.com/MyFontsWebfontsKit.css”>
<script>
<script>
$(“#responsive_headline”).fitText();
</script>




Hey Mister… can update this item with how to install MyfontsWebkithingy… without Headway being involved? Thanks!