Add materialdesignicons-webfont.ttf

This commit is contained in:
2026-03-21 01:34:04 -06:00
parent dfc46f9d9e
commit 0f27bf39e5
3 changed files with 60 additions and 0 deletions

View File

@@ -16,3 +16,8 @@ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE A
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE. USE OR OTHER DEALINGS IN THE SOFTWARE.
---
Fonts are subject to their own copyright & licenses:
- [materialdesignicons-webfont](fonts/pictogrammers/@mdi/font/7.4.47/fonts/license.mdx)

View File

@@ -0,0 +1,55 @@
---
title: License
description: Pictogrammers release all projects with this provided license.
icon: mdi:license
---
The below license is included in all maintained projects.
```markdown
Pictogrammers Free License
--------------------------
Last Updated: February 1st, 2023
This package is released as free, open-source, and GPL friendly by
the [Pictogrammers](https://pictogrammers.com/). You may use it
for commercial projects, open-source projects, or anything really.
# Icons: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
Some of the icons are redistributed under the Apache 2.0 license. All other
icons are either redistributed under their respective licenses or are
distributed under the Apache 2.0 license.
# Fonts: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
All web and desktop fonts are distributed under the Apache 2.0 license. Web
and desktop fonts contain some icons that are redistributed under the Apache
2.0 license. All other icons are either redistributed under their respective
licenses or are distributed under the Apache 2.0 license.
# Code: MIT (https://opensource.org/licenses/MIT)
The MIT license applies to all non-font and non-icon files.
```
## Projects
| Project | License |
|-------------------------------------------------|-------------------------|
| Material Design Icons | Apache License 2.0 [^1] |
| Material Design Icons - `@mdi/js` | Apache License 2.0 |
| Material Design Icons - `@mdi/svg` | Apache License 2.0 |
| Material Design Icons - `@mdi/font` | Apache License 2.0 |
| Material Design Icons Light | Apache License 2.0 |
| Material Design Icons Light - `@mdi/light-js` | Apache License 2.0 |
| Material Design Icons Light - `@mdi/light-svg` | Apache License 2.0 |
| Material Design Icons Light - `@mdi/light-font` | Apache License 2.0 |
| Memory Icons - `@pictogrammers/memory` | Apache License 2.0 |
| Memory Icons - `@pictogrammers/memory-svg` | Apache License 2.0 |
| `@mdi/react` | MIT License |
| Pictogrammers.com | MIT License |
<Note type='info'>
This does not cover third-party plugins, components, etc. that are shown in the documentation. Please reference their GitHub pages for license clarification.
</Note>
[^1]: Icons in the ["Brand / Logos"](/library/mdi/category/brand-logo/) category are not covered by this license. [Brand and Logo icons are deprecated and being removed](/docs/library/mdi/guides/brand-icons/) for legal reasons.