Forum Moderators: open
******************************************************
<p style="font-family:'BernhardMod BT'; font-weight:bold; font-size:14pt; color:rgb(0,153,0); line-height:200%; font-family:"Flat Brush"; font-style:normal; font-weight:normal; font-size:26pt; color:rgb(0,153,0); text-align:center; line-height:100%; margin:0%; padding:0%;" align="center">Nee!</p>
******************************************************
Problem: WEFT sees "Flat Brush" during its wizard font detection. It never sees 'BernhardMOD BT'. Instead, it displays the error,
'BerhardMod BT' not a recognized font.
Can anybody help? Thanks much!
whinny55
Sure thing! It's simple really. WEFT kept reporting that fonts delineated by single quotes were not found. I discovered that actually that only happens if you try and specify both a paragraph font style and face font in the same paragraph. In reality, even though it reported an error, it was actually working anyway. All I did was start a fresh prj, leave the yellow warning icon fonts enabled for embedding, and let WEFT finish changing of my web pages, (with "publish" disabled).
When it was done, I checked the pages to see which ones it didn't recognize. Then I manually inserted its tiny code snippets into the <head> area of those pages. E.G. ...
// -->
</script>
<STYLE TYPE="text/css">
<!-- /* $WEFT -- Created by: Whinny on 6/7/2004 -- */
@font-face {
font-family: Flat Brush;
font-style: normal;
font-weight: normal;
src: url(fonts\FLATBRU0.eot);
}
-->
</STYLE>
P.S. - it's really easy to test your work. Simply /move/ the affected real fonts out of your \Windows\Fonts folder, upload your new pages, then view them. I think this is an awesome tool. So much better than converting all my text to gifs (although I did convert some - the page titles).
Thanks again!
Whinny