Skip to content
/ matico Public

A silly script to make custom shrinked version of Material Icons font

License

Notifications You must be signed in to change notification settings

levmv/matico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Material Icons Font Customizer :)

A silly script to download Material Icons woff2 font file from google with only specified icons.

Receives name of icons in stdin separated by comma or newline. Generates css file to STDOUT and downloads woff2 file to current dir.

So, this:

echo "search, edit, delete" | python3 matico.py

will give you:

.icon-delete:before {
 content: '\e872';
}
.icon-edit:before {
 content: '\e3c9';
}
.icon-search:before {
 content: '\e8b6';
}

And icon.woff2 file 744 bytes of size

About

A silly script to make custom shrinked version of Material Icons font

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages