[Bug 1110646] woff file missing on purpose?

bugzilla at redhat.com bugzilla at redhat.com
Wed Jun 18 07:55:52 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1110646



--- Comment #1 from Petr Vobornik <pvoborni at redhat.com> ---
It was intentionally left out from fontawesome-fonts package because of fedora
fonts packaging policy.

I'm actually not sure if it would be OK to include it (and .eot, .svg variants)
to the *-web package. If so, it would also require a symlink or something to
the .ttf file otherwise the .ttf link would be broken. 

The *-web package might require even more love. For instance the directory name
with version in it is not really good. 

Also the "css" dir should probably be in "/usr/share/web-assets/fontawesome"
[1].

If it's possible, I suggest to use font definition as follows:

@font-face {
  font-family: 'FontAwesome';
  src:  url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}')
format('truetype');
  font-weight: normal;
  font-style: normal;
}

I'm open to suggestions to make the packaging right.

[1] http://fedoraproject.org/wiki/Changes/Web_Assets

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=GMxDdG5Ybd&a=cc_unsubscribe


More information about the fonts-bugs mailing list