Canvas includes a bunch of Icons to represent the Interactive Content on your Website.
The following code for CSS Linking found in the Document <head>
includes all the Base Icons that comes with Canvas:
<link rel="stylesheet" href="css/font-icons.css" type="text/css" />
List of all the Available Icons
To include Additional Icons you will need to add the respective Icon Stylesheets in the Document <head>
directly below the css/font-icons.css
CSS Font Linking.
<link rel="stylesheet" href="one-page/css/et-line.css" type="text/css" />
<link rel="stylesheet" href="demos/medical/css/medical-icons.css" type="text/css" />
<link rel="stylesheet" href="demos/real-estate/css/font-icons.css" type="text/css" />
Last Modified: May 20, 2023