You are using Bengali Lahit font (free) using for Bengali Wikipedia project. Is it possible to add one more free font siyam rupali? It is developed by Md. Tanbin Islam Siyam. Avro Free Bangla Font Project.(http://www.fonts2u.com/siyam-rupali.font).
Extension talk:WebFonts
Hi, Santosh, I got your mail. I am trying to contact with Md. Tanbin Islam Siyam, who is Bangladeshi people. You can find some more free Bengali font available here http://www.omicronlab.com/bangla-fonts.html
This post by Nemo bis was moved on 2013-11-07. You can find it at Thread:Extension talk:WebFonts/Cherokee and Inuktitut.
Hi every one... I'm using multi fonts with one language.... I wish to use one of them in specific template or textbox or headlines or sidebar? as always or one time Thanks
I don't suppose there's any configuration option or something that would cause fonts to only load when the text would otherwise be not displayed properly?
It is not possible to detect that programmatically.
It's actually impossible to check whether some characters are supported? Couldn't you just check if every letter in a character set results in the same offsetWidth as a box character and each other, or maybe write the text to a canvas and check the result, or something?
That sounds.... not very reliable. Eek!
Is this extension still available to be used on Wikimedia wikis? Can wikis not currently using it request that it be enabled?
Yes and yes if there are fonts.
Would this extension be suitable for wiki that has many languages on one page? Wiktionary, for example, would on many pages require dozens of fonts.
Yes, The extension can load any number of fonts for one page. The only requirement is the words or sentences should be marked with the language. Example usage: translatewiki:User:Amire80/All WebFonts languages
Has adding an option for unifont been considered as an alternative to loading a different font for every language? Unifont's not pretty but it sure supports a lot (full support for unicode 5.1 apparently). Might be useful for highly multilingual users (stewards for example). I think its developer should be contacted and possibly requested to come out with a pretty version of it (maybe using glyphs from the currently used fonts since they've already been tested).
Even though the coverage is big, the issue is it make the font size big. The TTF file for this font is 16 MB size. We cannot deliver this much big file along with pages.
Yes, its 15.5MB. But it still might be useful. Visiting http://sa.wikipedia.org with the chrome console open, the fonts tab in Network shows me at the bottom:
18 / 98 requests ❘ 840.93KB / 1.22MB transferred
Above this I see a list of 18 font files that were downloaded (atleast tried to be downloaded). Apparently, I don't have 98 fonts for correct display of the interwiki links.
Two things:
One, it is absurd if people have to download fonts to view correctly what they aren't even interested in (e.g, someone viewing a featured article at en-wp doesn't necessarily want to know what the name of the subject is in ta or zh or ja). So its useless (to me atleast) to have to download font only for viewing an interwiki correctly. I'd rather prefer an option to enable it only when the font is present in the content, not just as an interwiki link.
Two, if that (detecting if the font's to be used in an interwiki or in the main content) isn't possible, wouldn't it just be better to bunch the requests into a single request instead of a hundred different requests? (That was the intention in proposing unifont).
Three, I see 1.22MB transferred for 18 requests. Assuming this is the average font size, multiplying by 5.5, this becomes 6.71MB for 99 requests. This isn't a very small size either. Neither of the documentations gives the information for what the total font download size will be assuming user has nothing but an english font. This is crucial information and should be provided, especially if the size is anywhere around my guess.
Don't forget that the fonts are cached locally on your computer. Concatenating them would negate that. The sizes of the fonts are in the svn repository, but transport compression may apply, and there are multiple fonts for languages (not all of them are downloaded) and some fonts support multiple languages. I don't know any system which would only have font covering the basic English alphabet.
Is the UI used now stable? Should project help pages be updated per this UI? Or are changes expected over the next few months?
Yes, UI changes may come when we start working on Universal Language Selector, but for now, help pages should refer the current UI. Thanks
Can it be localised through translatewiki?