Skip to content

scottdorman/mdl2-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The MDL2 iconic font and CSS framework

MDL2 Icons is based on the same CSS framework as Font Awesome v4.6.3, but uses the icons from the 'Segoe MDL2 Assets' font that is part of the Microsoft Design Language.

Get started at https://scottdorman.github.io/mdl2-icons!

Versioning

MDL2 Icons will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions, including new icons, without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes, changes to brand logos, and misc changes bumps the patch

For more information on SemVer, please visit http://semver.org.

Author