Nhogs / popoto

Visual query builder for Neo4j graph database
http://popotojs.com
GNU General Public License v3.0
511 stars 70 forks source link

Toolbar icons #3

Closed tomasdelvechio closed 7 years ago

tomasdelvechio commented 7 years ago

I'm adding icons to the toolbar in a project. I found a CSS property content, adding "\00f065" to span, show the fullscreen icon, for example.

There are a complete list of these icons? They arent Awesome icons.

Thanks.

Popotojs commented 7 years ago

They aren't full Font Awesome icons but only a small subset to be as small as possible. These icons are defined in the Popoto font files (in folder css/font) and you can see a complete list here: http://www.popotojs.com/css/font-icon-list.html

Note that you can use any other font icons you want in your project, you just have to add a reference to the additional fonts (like Font Awsome) and use it to display icons.

tomasdelvechio commented 7 years ago

Thanks for the list