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



--- Comment #1 from Petr Vobornik <[email protected]> ---
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
_______________________________________________
fonts-bugs mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

Reply via email to