* Francesco Poli <invernomuto@paranoici.org>, 2016-02-20, 11:28:
I've just tried forbidding @font-face again and installing package fonts-octicons: even after restarting Iceweasel, I still see the rectangles with the hexadecimals in them...
Add this to your userContent.css:
@font-face {
font-family: 'octicons';
src: local('Octicons');
}
--
Jakub Wilk