473,406 Members | 2,619 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

WEFT.EOT files called by CSS? resp Butstream Hexmac for NS

Hi, is it possible to import/embed/call fonts
of MS WEFT Prg in a CSS-sheet

PAGE:
file:///G:/www.efi.strato/sonstiges/kauz/kauzextra.html
MIRROR SITES: http://strato;http://www.efi-hh.de/
--> url(ARNOLDB0.eot) (Arnold Boecklin Bold)
--> url(ARNOLDB1.eot) (Arnold Boecklin)

This agglommeration is melted out of all pages of this
site. I want to implement the call in the CSS-Sheet.

Who is willing to give details of How and Why this has be
done?
Jul 20 '05 #1
5 4411
Alexander Schlieder wrote:
Hi, is it possible to import/embed/call fonts
of MS WEFT Prg in a CSS-sheet

PAGE:
file:///G:/www.efi.strato/sonstiges/kauz/kauzextra.html
MIRROR SITES: http://strato;http://www.efi-hh.de/
--> url(ARNOLDB0.eot) (Arnold Boecklin Bold)
--> url(ARNOLDB1.eot) (Arnold Boecklin)

This agglommeration is melted out of all pages of this
site. I want to implement the call in the CSS-Sheet.

Who is willing to give details of How and Why this has be
done?


How much are you willing to pay? <g>

Check the CSS Specifcation for @font-face, this might be what you're
looking for: <http://www.w3.org/TR/CSS2/fonts.html#font-descriptions>
Matthias

Jul 20 '05 #2
Alexander Schlieder wrote:
Hi, is it possible to import/embed/call fonts
of MS WEFT Prg in a CSS-sheet

PAGE:
file:///G:/www.efi.strato/sonstiges/kauz/kauzextra.html
MIRROR SITES: http://strato;http://www.efi-hh.de/
--> url(ARNOLDB0.eot) (Arnold Boecklin Bold)
--> url(ARNOLDB1.eot) (Arnold Boecklin)

This agglommeration is melted out of all pages of this
site. I want to implement the call in the CSS-Sheet.

Who is willing to give details of How and Why this has be
done?


The Microsoft WEFT program automatically spits out the necessary CSS to
include. You don't have to do it manually. In any case, embedding fonts
in this IExplorer-specific fashion is usually not a good idea.
Jul 20 '05 #3
*Philipp Lenssen* <in**@outer-court.com>:

In any case, embedding fonts
in this IExplorer-specific fashion is usually not a good idea.


The embedding method is not really IE specific, it is just the only browser
to support @font-face a little bit. About the file format, .eot may not be
the best, but apparently the only one working.
The idea itself is not worse than using 'font-family' in the usual way.

--
The Hitchhiker's Guide to the Galaxy:
"He was a dreamer, a thinker, a speculative philosopher,
or, as his wife would have it, an idiot."
Jul 20 '05 #4
In message <bq*************@ID-203055.news.uni-berlin.de>, Philipp
Lenssen <in**@outer-court.com> writes
Alexander Schlieder wrote:
Hi, is it possible to import/embed/call fonts
of MS WEFT Prg in a CSS-sheet
[snip]
In any case, embedding fonts
in this IExplorer-specific fashion is usually not a good idea.


It's a fine idea.

(a) Why don't you think it's a good idea, and
(b) What's the alternative?

regards.

--
Jake
Jul 20 '05 #5
jake wrote:
In message <bq*************@ID-203055.news.uni-berlin.de>, Philipp
Lenssen <in**@outer-court.com> writes >Alexander Schlieder wrote:
In any case, embedding fonts
in this IExplorer-specific fashion is usually not a good idea.


It's a fine idea.

(a) Why don't you think it's a good idea, and
(b) What's the alternative?


Compared to the alternative of creating images out of text (to "force"
your chosen font) it's at least an alternative worth thinking about.
However I tried it before and:
- The downloads can get quite big (around 20K per font)
- The WEFT tool only converts/ includes the letters your pages uses, to
keep the font-download small (so I had to create an HTML-page with all
possible letter combinations, because I didn't know before-hand all the
letters that would be used)
- It's a IE-proprietary solution
- The letter spacing might not be as good as when you do it in e.g.
Photoshop
- The letters might not be of high quality (the anti-aliasing looked
wrong, and so on)

But if you want to give it a try, why not.
Jul 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Kevin Ollivier | last post by:
Hi all, I've come across a problem that has me stumped, and I thought I'd send a message to the gurus to see if this makes sense to anyone else. =) Basically, I'm trying to upload a series of...
18
by: JKop | last post by:
Here's what I know so far: You have a C++ project. You have source files in it. When you go to compile it, first thing the preprocessor sticks the header files into each source file. So now...
16
by: matthurne | last post by:
I just started learning C++ on my own...I'm using Accelerated C++. Something it hasn't explained and I keep wondering about is how header files actually work. I suspect it doesn't get into it...
1
by: Markus | last post by:
Hi! Can't find any download possibility of hexmac's typography 2.0. I need to create a pfr file for a webpage and need a software therfore... Does anyone know where to download a demo or an older...
0
by: Sven Claasen | last post by:
Since I upgraded Internet Explorer to 6.0 it occurs that sometimes a CHM does not show a contents. It could be started resp. opened but the content pane is empty. Why? Is there an unknown old...
3
by: pooja | last post by:
Suppose i have created a class c1 with f1()in c1.cpp and included this c1.cpp in file1.cpp file , which is also having main() by giving the statement #include "c1.cpp". the same i can do by...
8
by: Alan J. Flavell | last post by:
OK, I guess I'm about ready to expose this page for public discussion: http://ppewww.ph.gla.ac.uk/~flavell/charset/i18n-weft.html Please concentrate on the content. I'm well aware that my old...
4
by: Ignoramus6539 | last post by:
There were some strange requests to my server asking for config.php file (which I do not have in the requested location). I did some investigation. Seems to be a virus written in perl,...
8
by: ThunderMusic | last post by:
Hi, I'm currently building a little web site for me and my friends where we would like to be able to post big files (10Mb to 250Mb approx.) Right now the ASP.Net UploadFile control can't do it as...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.