You are not logged in.
Installed new version... things seem normal... will keep you posted.
Offline
The new freetype2-infinality-ultimate is now in the repo. Relevant bits from the CHANGELOG:
* fontconfig-infinality-ultimate
** fixed bitmap to outline replacement rules
and split 38-repl-tt-traced-bitmap.conf (issue #8)
** fixed Liberation Sans Bold & Regular < 13px
** swapping Heuristica T1 for OTF (bug in T1 Unicode
encoding)
* freetype2-infinality-ultimate
** upstream version upgrade to 2.5.1
** revised and regenerated Infinality patchset
I decided to replace Heuristica T1 with the OTF version. The T1 had a bug in Unicode encoding which prevented the document from being printed correctly. This was a minor issue, but is no more.
Enjoy.
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
I am getting this error
"erro: infinality-bundle: key "AE6866C7962DDE58" is unknown
atenção: key 962DDE58, "bohoomil (dev key) <bohoomil@zoho.com>" found on keyserver, keyring is not writable
erro: infinality-bundle-multilib: key "AE6866C7962DDE58" is unknown
"
Offline
Did you read the first post?
Offline
Yes, I did
Offline
Is your keyring directory (/usr/share/pacman/keyrings/ I guess) writable?
Have you properly configured pacman-key?
https://wiki.archlinux.org/index.php/Pacman-key
Last edited by karol (2013-11-27 22:32:41)
Offline
Isn't the key imported to /etc/pacman.d/gnupg/pubring.gpg?
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
Isn't the key imported to /etc/pacman.d/gnupg/pubring.gpg?
You might be right.
I just remembered something: https://bbs.archlinux.org/viewtopic.php … 3#p1354333
http://pastebin.com/4K89xS1i
Maybe it's an ArchBang-specific error?
Offline
I guess so -- look into the bin…
Edit: OK, you already have. Anyway, the directory structure should remain the same…
Last edited by bohoomil (2013-11-27 22:39:17)
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
Since the last update yesterday I have problems with the fonts in github (see attached screenshot). The grey fonts now look very strange.
Firefox uses "Lato-HairlineItalic" for the grey font.
Every time I see some piece of medical research saying that caffeine is good for you, I high-five myself. Because I'm going to live forever. -- Torvalds, Linus (2010-08-03).
Offline
This is not a problem: Lato has been the new replacement for Helvetica.
If you don't like it, add this file to /etc/fonts/conf.avail.infinality:
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<test name="family">
<string>Helvetica</string>
</test>
<edit name="family" mode="assign">
<string>Liberastika</string>
<string>Open Sans</string>
<string>Nimbus Sans L</string>
<string>TeXGyreHeros</string>
<string>TeX Gyre Heros</string>
<string>Liberation Sans</string>
</edit>
</match>
<match target="pattern">
<test name="family">
<string>Helvetica</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Liberastika</string>
<string>Open Sans</string>
<string>Nimbus Sans L</string>
<string>TeXGyreHeros</string>
<string>TeX Gyre Heros</string>
<string>Liberation Sans</string>
</edit>
</match>
</fontconfig>
and link it:
# cd /etc/fonts/conf.d
# ln -s ../conf.avail.infinality/36-repl-custom.conf .
You can easily edit the file and choose a typeface you like better.
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
@rumpelsepp
no idea why, but that text is black for me in Firefox, not grey (screenshot)
Edit: looking at them side by side, it seems I am using a different font?
Edit2: Actually, I don't think that is Lato at all. Look at your "y" and compare with here
Last edited by hokasch (2013-11-28 12:59:12)
Offline
@rumpelsepp
no idea why, but that text is black for me in Firefox, not grey (screenshot)
I have tried out Chrome nad there it looks like yours. Any ideas? Maybe I can reset my fonts or something similar...
@bohoomil
I have no problem with the typeface. In Chrome it looks fine, bit this distorted "thing" in firefox is just ugly... I think there might be a problem with my setup but I have no idea what's giong wrong.
Last edited by rumpelsepp (2013-11-28 15:56:06)
Every time I see some piece of medical research saying that caffeine is good for you, I high-five myself. Because I'm going to live forever. -- Torvalds, Linus (2010-08-03).
Offline
I think this is actually what the ultra light variant may look like… I am by no means insisting on using it: I have picked Lato because it is generally a very nice and well designed typeface, even though it is neither visually nor metrically compatible with Helvetica. I did not know it might not be entirely safe since my testing has never revealed any major issues. Getting back to what we were using before Lato seems to be a reasonable solution, IMO.
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
Is anybody else seen kerning issues with Open Sans? For example as marked on this screenshot (original). Is there anything I can do about that, or is it a limitation of the font one has to live with?
edit: fixed link
Last edited by gothmog.todi (2013-12-12 14:49:23)
Offline
Sorry, scrap my last post - yes that is Lato on rumpelsepp's screenshot. Got confused.. My Screenshot was with OpenSans.
This is how the pages looks with Lato for me. It picked the "normal" italic version, not hairline. What could be different for rumpelsepp that it picked the hairline variant?
Offline
gothmog.todi, this is the limitation of the font at this particular size (= 15px). I will prepare two Open Sans packages (TTF and Type 1) with separate configs for each variant so you can choose the one which is better for you. The TrueType version has not been perfect either (that is why I decided to make T1 the default), but as freetype2's code has been updated, we may re-test it and see if it has improved.
hokash, would you mind sharing the link to the repo the screenshot comes from? By the way, both my FF and dwb pick the hairline weight for side notes at GitHub.
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
hokash, would you mind sharing the link to the repo the screenshot comes from? By the way, both my FF and dwb pick the hairline weight for side notes at GitHub.
Here you are.
https://github.com/owncloud/core/issues/milestones
Every time I see some piece of medical research saying that caffeine is good for you, I high-five myself. Because I'm going to live forever. -- Torvalds, Linus (2010-08-03).
Offline
rumpelsepp, thank you. I guess I must have missed something. This is what Lato @ GitHub actually looks like: Firefox & dwb / webkit. Are you sure there is everything OK with your fontconfig, freetype2 and FF configuration? Are you using some DE environment with an independent font configuration panel? If yes, are the settings there duplicated from /etc/profile.d/infinality-settings.sh, Xft section?
gothmog.todi, this is Open Sans TTF: click. Install the TrueType version, please, and test it on your own. This is actually a kind request to anyone willing to help: test the new font variant and report back if you notice any rendering anomalies. You may need to remove ibfonts-meta-extended since it still needs the Type 1 font. If things look good, we will use TTF by default. Thanks.
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
rumpelsepp, thank you. I guess I must have missed something. This is what Lato @ GitHub actually looks like: Firefox & dwb / webkit. Are you sure there is everything OK with your fontconfig, freetype2 and FF configuration? Are you using some DE environment with an independent font configuration panel? If yes, are the settings there duplicated from /etc/profile.d/infinality-settings.sh, Xft section?
I use gnome3 and I only have installed the infinality-bundle package and the fonts-metapackage. My Firefox font configuration is (top-down) Sans-Serif, serif, sans-serif, monospace. I have nothing altered or patched with the freetype2 configuration.
Every time I see some piece of medical research saying that caffeine is good for you, I high-five myself. Because I'm going to live forever. -- Torvalds, Linus (2010-08-03).
Offline
I tried the TTF version and it does indeed look better. It seems that before "font-weight: 300" in Allan's css was ignored. Now it uses "Open Sans Light" for the page, which apparently does not have the kerning issue. Other sites (that don't use font-weight 300) still use "Open Sans Regular" which still has the issue. For example here. I also tried the effect of different font sizes. It seems to me that the issue is strongest on 15px, but it is also visible on smaller/bigger font sizes (but less pronounced).
Anyway, thank you for your help, I really appreciate you spending your time fixing our silly little problems
Offline
bohoomil wrote:rumpelsepp, thank you. I guess I must have missed something. This is what Lato @ GitHub actually looks like: Firefox & dwb / webkit. Are you sure there is everything OK with your fontconfig, freetype2 and FF configuration? Are you using some DE environment with an independent font configuration panel? If yes, are the settings there duplicated from /etc/profile.d/infinality-settings.sh, Xft section?
I use gnome3 and I only have installed the infinality-bundle package and the fonts-metapackage. My Firefox font configuration is (top-down) Sans-Serif, serif, sans-serif, monospace. I have nothing altered or patched with the freetype2 configuration.
Which meta package? There are at least three!
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
When I try to use intentionally pixelated TTF fonts the appear distorted. See http://imgur.com/Sx4DUjX (window titlebar fonts and small Conky fonts). The fonts are meant to look like (Munro Small) on this page: http://tenbytwenty.com/?xxxx_posts=munro
I tried replacing all the 82-no-'s in /etc/fonts/conf.d with 83-yes-* in /etc/fonts/conf.avail.infinality but didn't have any luck...
Any ideas what the issue might be?
Edit: FIXED using fractional font sizes (7.5 instead of 8), which feels a bit odd. I still have a problem with certain fonts having poor letter spacing, for instance between [a, any letter], [pa], [un], [pn], etc..
Otherwise, everything looks brilliant. Stuff is much better to read now.
Last edited by Vixus (2013-12-01 22:26:56)
Offline
http://i.imgur.com/8p8qW4O.png
dat " L" is normal?
use infinality-bundle-fonts/ttf-ubuntu-font-family-ibx 0.80-4 in KDE 4.12beta3(?) with regular size 11
greetings
Offline
@sl1pkn07, I think so. See the specimen here: Ubuntu font. This is what it looks like on my machine: click. I believe that the designer couldn't predict all combinations of capital and small letters, hence some may look a bit odd. I will try to play with it, though.
@Vixus, such fonts are a bit difficult to use, but I will look into it as soon as I have some time to spare.
Last edited by bohoomil (2013-12-02 00:23:18)
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline