-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed Slow loading of material design font in Windows 11 - Added support for Delphi 12.1 - Removed old font "Material Design Icons Desktop.ttf" - Added new font "Material Design Icons.ttf" - Removed old unit form Font Name conversion: MaterialFontConvert.pas - Updated list of Icons Names/CodePoint to version 7.4.47 into Source\Fonts\Icons.MaterialDesign.pas - Added Search of Icons by Name in Custom CharMap
- Loading branch information
1 parent
8c1c1ed
commit 91de3a3
Showing
119 changed files
with
26,259 additions
and
33,592 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+825 KB
Demo/Fonts/materialdesignicons-webfont.ttf → Demo/Fonts/Material Design Icons Old.ttf
Binary file not shown.
Binary file renamed
BIN
+1.37 MB
Demo/Fonts/Material Design Icons Desktop.ttf → Demo/Fonts/Material Design Icons.ttf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,25 @@ | ||
# Material Design Icons Desktop TTF | ||
> *Note:* Please use the main [MaterialDesign](https://github.com/Templarian/MaterialDesign/issues) repo to report issues. This repo is for distribution of the Webfont files only. | ||
The "[Material Design Icons](https://MaterialDesignIcons.com) Desktop" font is built real time as changes are made by the community. If you do not see an icon simply install the latest font file. | ||
# Webfont - Material Design Icons | ||
|
||
> Note: This font does not conflict with the webfont "Material Design Icons". | ||
Webfont distribution for the [Material Design Icons](https://materialdesignicons.com). | ||
|
||
![Windows 10 Fonts](https://i.imgur.com/WjjRGWj.png) | ||
``` | ||
npm install @mdi/font | ||
``` | ||
|
||
## Cheatsheet | ||
> Package built with [@mdi/font-build](https://github.com/Templarian/MaterialDesign-Font-Build). | ||
Download the `cheatsheet.html` above which allows one click copy of the font character, SVG path, codepoint or icon name which can be pasted. | ||
## Related Packages | ||
|
||
## Font vs Webfont | ||
[NPM @MDI Organization](https://npmjs.com/org/mdi) | ||
|
||
The [Webfont](https://github.com/Templarian/MaterialDesign-Webfont) is created for use by web developers to display the icons in a browser such as Chrome. This font is called "Material Design Icons". Different websites expect different versions of the webfont, so installing it locally will cause numerous conflicts as many websites use the webfont. | ||
- JavaScript/Typescript: [MaterialDesign-JS](https://github.com/Templarian/MaterialDesign-JS) | ||
- SVG: [MaterialDesign-SVG](https://github.com/Templarian/MaterialDesign-SVG) | ||
- Font-Build [MaterialDesign-Font-Build](https://github.com/Templarian/MaterialDesign-Font-Build) | ||
- Desktop Font: [MaterialDesign-Font](https://github.com/Templarian/MaterialDesign-Font) | ||
|
||
The font in this repo was made to be be installed in your OS. This is useful for print, UX software, or software where [SVG](https://github.com/Templarian/MaterialDesign) is not supported. | ||
## Learn More | ||
|
||
## Troubleshooting | ||
|
||
Install the latest font listed in this repo. | ||
|
||
## Related | ||
|
||
- [MaterialDesignIcons.com](https://materialdesignicons.com/) - Website | ||
- [MaterialDesign Repo](https://github.com/Templarian/MaterialDesign/) - Main Icon Repo | ||
- [MaterialDesign-Webfont Repo](https://github.com/Templarian/MaterialDesign-Webfont) - Webfont Distribution NPM `@mdi/font` | ||
- [MaterialDesign-SVG Repo](https://github.com/Templarian/MaterialDesign-SVG) - SVG Distribution NPM `@mdi/svg` | ||
- [MaterialDesign-JS Repo](https://github.com/Templarian/MaterialDesign-JS) - TypeScript / JS Distribution `@mdi/js` | ||
- [MaterialDesignIcons.com](https://materialdesignicons.com) | ||
- https://github.com/Templarian/MaterialDesign |
Oops, something went wrong.