Material Design Icons/Fonts

25 views
Skip to first unread message

Jason Campbell

unread,
Mar 16, 2016, 2:20:04 PM3/16/16
to ParaSQL Support
I am aware that we are able to use these as icons, but they are also available to use as a font. How can this be achieved?
Thanks

Jason Campbell

unread,
Mar 16, 2016, 2:57:55 PM3/16/16
to ParaSQL Support
The icon object is on the tool pallet. An icon is just a static image in ParaSQL, however you can place an invisible button(transparent colors) on top of the icon to give it functionality. You can also use special symbols for buttons, what I do is go to any google doc, on the insert menu, select special characters. Find a symbol you like and click it, this will write it to your doc, from there I copy it and go back into paraSQL and paste into edit label for the button. 

This method may work for inserting the material fonts, I am trying to find them hosted as a font on the web to copy from. It says this line of code is needed:

Jason Campbell

unread,
Mar 16, 2016, 3:30:21 PM3/16/16
to ParaSQL Support
I got it to work, but only in an HTML object.
  1. Create an HTML object
  2. Replace default code with: 
  1. <link href="https://fonts.googleapis.com/icon?family=Material+Icons"
         
    rel="stylesheet">
  1. <i class="material-icons">icon_name</i>
  2. You specify the icon by replacing icon name with the icon name from: https://design.google.com/icons/
  3. make sure to replace the space in a 2 word name with an underscore
A feature request for this to work as the button label.

Robert Dyas

unread,
Mar 17, 2016, 4:51:17 PM3/17/16
to ParaSQL Support
You will see ParaSQL add support for material design icons on buttons sometime in Q2.

Jason

unread,
Mar 18, 2016, 3:33:15 PM3/18/16
to ParaSQL Support
Great news, thanks
Reply all
Reply to author
Forward
0 new messages