Results 8 comments of Andy Pierz

I've put in a pull request to add this feature in #132.

If you copy-paste the icon out of Font Book into the .coffee file does it show up then? That would be the first thing I would try. Also, I haven't...

The latest version has a new postscript name. Try changing ``` font: 14px FontAwesome; ``` to ``` font: 14px FontAwesome5FreeSolid; ``` The other instances in the .css file will have...

Alright, I've updated colors.css and the necessary coffee files to display the icons properly and pushed it to the master branch. Because there is now two versions of Font Awesome,...

Some people have problems with the relative paths and I'm not sure why, also sometimes he scripts don't download properly. If you edit the coffee files to use the exact...

This version still uses an older version of Font Awesome. To use the newer version add this to colors.css: ``` .bicon { position: relative; top: 1px; font: 14px FontAwesome5BrandsRegular; }...

I was able to clone the urbit repo, install nix, and run nix-env command you gave me. That created a herb bin. I symlinked it to /usr/local/bin/herb (I had to...

I get the same error trying to run herb from the terminal. When I copied the herb.py to /usr/local/bin I got it to run. After messing with it for a...