Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

Embedding Fonts


 
Prev Previous Post   Next Post Next
  #1  
Old Aug 30, 2009, 01:32 PM
juliegd1
 
4 posts · Aug 2009
Embedding Fonts

I use a font called Andy extensively thhroughout my blog, thefamilyjules.com. I discovered my font issue when I accessed the site from a computer that didn't have the font installed. I found an embedded font solution that looks somewhat promising. Microsoft has a utility called WEFT (http://www.microsoft.com/typography/WEFT.mspx). It converts non-standard fonts to vector images and creates a font.eot file, in this case Andy.eot. Then "WEFT adds a STYLE section to the HEAD tag of each HTML page that uses one or more font object. The code added conforms to the current W3C CSS2 specification." The next step is for WEFT to replace all of the HTML pages with copies that incorporate the font code. I didn't do it because I was pretty certain that would be a mess. There is an option to copy and paste the code yourself. This is the code the utility generated:



http://thefamilyjules.com/?page_id=2

<STYLE TYPE="text/css">
<!-- /* $WEFT -- Created by: David Daugherty () on 8/30/2009 -- */
@font-face {
font-family: Andy;
font-style: normal;
font-weight: 700;
src: url(ANDY1.eot);
}
@font-face {
font-family: andy;
font-style: normal;
font-weight: normal;
src: url(ANDY1.eot);
}
-->
</STYLE>


I had to use the http://thefamilyjules.com/?page-id=2 when WEFT scanned the site for fonts because the main page kept crashing the utility. It still scanned and created the appropriate So I'm sure that lead site should actually be http://thefamilyjules.com/.

I can't find any place within the theme configuration where I can paste this code and have it work. Although the forum constantly references pasting html code into the documents, I can't figure out how to access them. Also, all of the theme templates that are editable are php files and don't appear to have any html in them anywhere.

I'm pretty certain that my noob status is apparent. I'm certain that this is a simple thing if you know what you're doing...I don't.

thoughts? suggestions?

I did make a modest donation as the theme is excellent and the forum is really useful. I promise to make a large donation once I'm working again.
 

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Embedding Video jackiejart Forum How-To 14 Nov 17, 2009 06:32 AM
Fonts in Firefox PaulDouglas New Versions, & Updating 3 Apr 11, 2009 01:44 PM
Fonts all tiny in ie6 mrjohnston Header configuration & styling 1 Mar 23, 2009 08:36 PM
Embedding submenus in parent pages mwiwchar Page & Category Menu Bars 2 Mar 4, 2009 11:51 AM
Sidebars : Different colour of fonts tikdi Sidebars & Widgets 2 Feb 9, 2009 01:45 AM


All times are GMT -6. The time now is 03:13 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.