DealerOn Icons
DealerOn Icons
These icons work similarly to FontAwesome icons.
To install:
- Import the icon font into sitewide styles:
@import '/assets/fonts/do-icons/css/do-icons.css'; - You may want to add this styling to help the wider icons align correctly:
.do::before { width: 100%; margin: 0; } - Use the <i> tag in your code:
<i class="do " role="img"></i> - Choose your icon below, and paste the icon name after do in the i tag's class attribute.
For example:<i class="do do-battery" role="img"></i>