Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Seb-L/Google-Material-Design-Font-Icon
Font Icon based on Google Material Design Icon set (http://google.github.io/material-design-icons/).
https://github.com/Seb-L/Google-Material-Design-Font-Icon
Last synced: 2 months ago
JSON representation
Font Icon based on Google Material Design Icon set (http://google.github.io/material-design-icons/).
- Host: GitHub
- URL: https://github.com/Seb-L/Google-Material-Design-Font-Icon
- Owner: Seb-L
- Archived: true
- Created: 2014-10-21T18:58:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-14T20:55:49.000Z (almost 7 years ago)
- Last Synced: 2024-10-10T11:41:58.572Z (3 months ago)
- Language: CSS
- Homepage: http://seb-l.github.io/Google-Material-Design-Font-Icon/
- Size: 295 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.html
Awesome Lists containing this project
- awesome-material - Google-Material-Design-Font-Icon
README
Google-Material-Design-Font-Icon
Font Icon based on Google Material Design Icon set (http://google.github.io/material-design-icons/).
SASS Settings
some variables can be overide (available in the _settings.scss file):
$md-general-class-name: 'mdi';
$md-prefix: 'ico';
$md-font-name: 'material-icons';
$md-font-path: './fonts';You can also comment icon catégories to disable them in the _settings.scss file:
@import 'settings/categories/action';
@import 'settings/categories/alert';
@import 'settings/categories/av';
@import 'settings/categories/communication';
@import 'settings/categories/content';
@import 'settings/categories/device';
@import 'settings/categories/file';
@import 'settings/categories/hardware';
@import 'settings/categories/image';
@import 'settings/categories/map';
@import 'settings/categories/navigation';
@import 'settings/categories/notification';
@import 'settings/categories/social';
@import 'settings/categories/toggle';