2015 Oktober

Webfont „Amiri“ wrong underline position

In a current project we used the beautiful looking font „Amiri“. After hovering the first link, i saw the underline appearing way too to far at the bottom.

As we can´t fix this via CSS, i modified the font with FontForge. The result is called „Amirifix“ and is attached to this post.

Amiri is an Open Font by Khaled Hosny & Sebastian Kosch.

Credits:

Copyright (c) 2010-2013, Khaled Hosny <khaledhosny@eglug.org>.
Portions copyright (c) 2010, Sebastian Kosch <sebastian@aldusleaf.org>

This Font Software is licensed under the Open Font License, Version 1.1.

    iOS Radiobuttons & Checkox Label behavoir

    For some reason, a click on the label of radio- & checkbox form elements does not work (to check the related form item). After some research we figured out, that we have to set the css attribute cursor:pointer to fix this issue.

    Another amazing „feature“ made by Apple, big thx for wasting my time guy´s, you´re so great.