e7o / moments-material-bundle
There is no license information available for the latest version (dev-master) of this package.
Package info
github.com/e7o-de/moments-material-bundle
Language:CSS
pkg:composer/e7o/moments-material-bundle
dev-master
2020-04-14 10:36 UTC
This package is auto-updated.
Last update: 2026-02-14 23:40:30 UTC
README
The font files in this bundle are made available by Google under Apache license version 2.0. This package is just a re-distribution of them, together with some specific non-google CSS to use them more easily.
Check https://material.io/ respective https://fonts.google.com/specimen/Roboto for more details about guidelines, tutorials, rights etc.
The other stuff not coming from Google, is licensed under LGPLv3 or later, but that's just a bit of CSS.
Usage
body { font-family: 'Roboto', sans-serif; font-weight: 300; }
Icons (copy&paste it to get the other stars as well):
.fivestars { font-family: 'Material Icons'; } .fivestars.fiveStars2::before { content: '\e838\e838'; } .fivestars.fiveStars2::after { content: '\e839\e839\e839'; }
Icons as list enums:
ul#your-id { list-style-type: none; } ul#your-id > li::before { content: '\e838'; font-family: 'Material Icons'; color: red; }