1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-11-25 16:47:37 +02:00

Merge pull request #291 from kevinSuttle/patch-1

Move font-patcher log for Blex inside <details>
This commit is contained in:
Ryan L McIntyre 2018-10-04 19:24:45 -07:00 committed by GitHub
commit 4f973fc54f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,9 @@ For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki
Combinations are no longer included by default because of the large inflation in size it caused the Repository _and_ the amount of time it takes to rebuild all of the combinations. This issue would exponentially get worse as the numbers of Fonts and Glyph Sets provided increase.
<details>
<summary>Full <code>font-patcher</code> output</summary>
```sh
# 4094 Possible Combinations:
@ -4161,4 +4163,5 @@ Combinations are no longer included by default because of the large inflation in
./font-patcher IBMPlexMono-ThinItalic.ttf --weather --material
./font-patcher IBMPlexMono-ThinItalic.ttf --weather
./font-patcher IBMPlexMono-ThinItalic.ttf --material
```
```
</details>