<div dir="ltr">I did a quick search for all the glyphs we are using:<div><br><div><div>~/dev/horizon(master)> ag 'fa-' | egrep -o 'fa-[a-z-]*' | sort | uniq</div><div>fa-</div><div>fa-angle-left</div><div>fa-angle-right</div><div>fa-arrow-down</div><div>fa-arrow-up</div><div>fa-asterisk</div><div>fa-b</div><div>fa-bars</div><div>fa-bolt</div><div>fa-bug</div><div>fa-calculator</div><div>fa-calendar</div><div>fa-caret-down</div><div>fa-caret-up</div><div>fa-check</div><div>fa-chevron-down</div><div>fa-chevron-right</div><div>fa-circle</div><div>fa-close</div><div>fa-cloud</div><div>fa-cloud-upload</div><div>fa-code</div><div>fa-cog</div><div>fa-desktop</div><div>fa-download</div><div>fa-exclamation</div><div>fa-exclamation-circle</div><div>fa-exclamation-triangle</div><div>fa-eye</div><div>fa-eye-slash</div><div>fa-font-path</div><div>fa-fw</div><div>fa-group</div><div>fa-home</div><div>fa-icon</div><div>fa-info-circle</div><div>fa-lg</div><div>fa-list-alt</div><div>fa-lock</div><div>fa-minus</div><div>fa-pencil</div><div>fa-plus</div><div>fa-question-circle</div><div>fa-refresh</div><div>fa-save</div><div>fa-search</div><div>fa-server</div><div>fa-share-square-o</div><div>fa-sign-out</div><div>fa-sort</div><div>fa-spin</div><div>fa-spinner</div><div>fa-square</div><div>fa-th</div><div>fa-th-large</div><div>fa-times</div><div>fa-trash</div><div>fa-unlock</div><div>fa-upload</div><div>fa-user</div><div>fa-var-check-square-o</div><div>fa-var-circle-o</div><div>fa-var-dot-circle-o</div><div>fa-var-sort</div><div>fa-var-sort-asc</div><div>fa-var-sort-desc</div><div>fa-var-square-o</div><div>fa-warning</div></div><div><br></div></div><div>The lone "fa-" comes from table actions, where the icon is defined in code, and pretty much anything can be used —</div><div>since plugins can define their own actions with their own icons — but I don't think we use anything exotic there.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, May 26, 2018 at 7:37 PM, Thomas Goirand <span dir="ltr"><<a href="mailto:zigo@debian.org" target="_blank">zigo@debian.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Horizon team!<br>
<br>
I'm not sure if you're aware of that, but the upstream authors of<br>
fontawesome decided it was a good idea to break everyone. See this<br>
Debian bug entry:<br>
<br>
<a href="https://bugs.debian.org/899124">https://bugs.debian.org/899124</a><br>
<br>
So, what happened is that fontawesome-webfont has been split into 3 sets<br>
of fonts: solid, regular and brands fonts. Thus there is no drop in<br>
replacement for the old fontawesome-webfont.xxx.<br>
<br>
As my python3-xstatic-font-awesome removes the embedded fonts, and just<br>
points to /usr/share/fonts-font-awesome, Horizon is broken and cannot<br>
even be installed currently in Debian Sid. Of course, I'm considering<br>
reverting the removal of the data folder from the xstatic package, but<br>
it then defeats the purpose of Xstatic, which is avoiding duplication of<br>
static files already packaged in the distribution.<br>
<br>
So, ideally, I would like to know first if I can use the fa-solid-900<br>
for Horizon, or if other glyphs are in use (it's very much possible that<br>
only fa-solid-900 stuff are in use, but I really don't know how to check<br>
for that the correct way). If that's the case, then I can workaround the<br>
issue (at least temporarily), and synlink stuff in the data folder to<br>
the new fa-solid-900 files.<br>
<br>
Second, it'd be nice if Horizon could adapt and use the new v5<br>
font-awesome, so that the problem is completely solved.<br>
<br>
Cheers,<br>
<br>
Thomas Goirand (zigo)<br>
<br>
______________________________<wbr>______________________________<wbr>______________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: OpenStack-dev-request@lists.<wbr><a href="http://openstack.org?subject">openstack.org?subject</a>:<wbr>unsubscribe<br>
<a href="http://lists.openstack.org/">http://lists.openstack.org/</a><wbr>cgi-bin/mailman/listinfo/<wbr>openstack-dev<br>
</blockquote></div><br></div>