Commit graph

1024 commits

Author SHA1 Message Date
Ryan L McIntyre
1cf59ffa55 Merge branch 'gh464' of https://github.com/gitfool/nerd-fonts into gitfool-gh464 2020-09-06 05:52:04 -07:00
Ryan L McIntyre
cf1e604953 Adds Lilex missing table info 2020-09-06 05:18:23 -07:00
Ryan L McIntyre
dd0209d99b Merge branch 'adavidzh-master' 2020-09-06 05:13:42 -07:00
Ryan L McIntyre
b6bb69e4f3 Merge branch 'master' of https://github.com/adavidzh/nerd-fonts into adavidzh-master 2020-09-06 05:13:32 -07:00
Ryan L McIntyre
ff90554d2b Merge branch 'iamolivinius-firecode-v3.1' 2020-09-06 05:07:28 -07:00
Ryan L McIntyre
1aa8d4bfce Merge branch 'firecode-v3.1' of https://github.com/iamolivinius/nerd-fonts into iamolivinius-firecode-v3.1 2020-09-06 05:05:23 -07:00
Ryan L McIntyre
4ff2511b67 Merge branch 'WhyNotHugo-patch-1' 2020-09-06 05:03:19 -07:00
Ryan L McIntyre
84bb81a937 Merge branch 'patch-1' of https://github.com/WhyNotHugo/nerd-fonts into WhyNotHugo-patch-1 2020-09-06 04:59:54 -07:00
Ryan L McIntyre
9b0444099c Merge branch 'polyzen-update-symbols-only-249-429' 2020-09-06 04:57:17 -07:00
Daniel M. Capella
59c45ba4ef Remove negative bearings on 2048-em glyphs
Bisected an overlap issue in status bars to
https://github.com/ryanoasis/nerd-fonts/pull/283/files#diff-3b192ccaec850d73e6540b7eddd8b50cL710-R734
2020-09-06 04:55:36 -07:00
Daniel M. Capella
881813d396 Update Symbols-only fonts for #249 and #429 2020-09-06 04:55:36 -07:00
Ryan L McIntyre
f74339c979
Update contributing.md
Adds basic steps for updating an existing font
2020-09-06 11:44:17 -07:00
Ryan L McIntyre
8b4fca86f8 Merge branch 'update-symbols-only-249-429' of https://github.com/polyzen/nerd-fonts into polyzen-update-symbols-only-249-429 2020-09-06 04:34:52 -07:00
Hugo Barrera
66b29f6d54 Change bearing to int, since an int is expected
I keep seeing this warning when running `font-patcher`, and realised this is a relatively simple fix. This property expects and `int`, but a `float` is passed and implicitly cast.

This squelches the deprecation warning, and keeps the code future-proof too.

```
/nerd/font-patcher:823: DeprecationWarning: an integer is required (got type float).  Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python.
  glyph.left_side_bearing = 0.0
/nerd/font-patcher:825: DeprecationWarning: an integer is required (got type float).  Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python.
  glyph.right_side_bearing = 0.0
```
2020-07-29 09:53:28 +02:00
André David
91e63f302b
Merge branch 'master' into master 2020-07-29 06:52:33 +02:00
Ryan L McIntyre
4b269b2776
Merge pull request #493 from kazukazuinaina/fix_ci_error
[fix] CI error
2020-07-28 21:26:38 -07:00
Sean Fausett
978f3b1b2d Add patched FiraCode v5.2 2020-06-28 10:08:17 +00:00
Sean Fausett
338497d1e9 Add unpatched FiraCode v5.2 2020-06-28 21:54:51 +12:00
Sean Fausett
9edcd44c2e Add vscode devcontainer 2020-06-28 21:54:41 +12:00
kazukazuinaina
cf94d34af2 [fix] CI's error 2020-06-18 07:36:44 +09:00
Andre David
ed2eb7ddf6 💚 shellcheck is now ShellCheck? Fix it. 2020-04-29 10:23:52 +02:00
Andre David
28c34eb774 💚 Should fix build issues in #474 and #473 2020-04-29 10:12:37 +02:00
Andre David
3bed5b44c9 📝 Adding links in readme.md 2020-04-28 19:03:33 +02:00
Andre David
4044fc5758 🚀 Adding patched-fonts/Lilex and update readme.md 2020-04-28 17:57:11 +02:00
Andre David
a6f5c3f587 Adding ttf files 2020-04-28 12:45:09 +02:00
Andre David
f3a04c5ff7 🚚 Add extension to LICENSE.txt 2020-04-28 12:12:23 +02:00
Andre David
0c7f8c835c Adding Lilex 2020-04-28 08:56:24 +02:00
Oliver Hoffmann
208bdc7b42 Add patched FiraCode v3.1 files 2020-04-27 21:32:19 +02:00
Oliver Hoffmann
dea135924a Add unpatched FiraCode v3.1 files 2020-04-27 21:31:40 +02:00
Ryan L McIntyre
5f748cdb10 Updates regex for matching more license files (issue #463) 2020-04-13 14:52:33 -07:00
Ryan L McIntyre
303701cedd Adds more missing license files generated from updated script (issue #463) 2020-04-13 14:50:34 -07:00
Ryan L McIntyre
2067d53fa5 Adds some license files in unpatched src fonts dir (issue #463) 2020-04-13 14:47:28 -07:00
Ryan L McIntyre
5aa3f340d7 Add license files to zip archives along with mini readme 2020-04-13 03:44:46 -07:00
Ryan L McIntyre
5371994aa8 Adds license files back (just to complete folders) 2020-04-13 03:35:43 -07:00
Ryan L McIntyre
9f191a1393 Readme update 2020-04-13 03:34:44 -07:00
Ryan L McIntyre
0424a126fe Revert "Add missing license files to patched font directories (fixes #463)"
This reverts commit 606db3752d.
2020-04-13 02:42:35 -07:00
Ryan L McIntyre
77fc3854af Rebuilds JetBrainsMono readmes 2020-04-13 02:42:28 -07:00
Ryan L McIntyre
85eb82d430 Adds license files to release archives 2020-04-13 02:41:52 -07:00
Ryan L McIntyre
606db3752d Add missing license files to patched font directories (fixes #463) 2020-04-12 04:00:00 -07:00
Ryan L McIntyre
9bbf817f77 Add license files to patched font directory and subdirectories as well as some clean-up and refactoring 2020-04-12 03:52:31 -07:00
Ryan L McIntyre
bc12c2281f Add support for generating info as well as specifying a like pattern (first param to script) 2020-04-12 03:51:29 -07:00
Daniel M. Capella
d0bf73a19c
Remove negative bearings on 2048-em glyphs
Bisected an overlap issue in status bars to
https://github.com/ryanoasis/nerd-fonts/pull/283/files#diff-3b192ccaec850d73e6540b7eddd8b50cL710-R734
2020-04-12 02:04:15 -04:00
Ryan L McIntyre
7f344cee59
Merge pull request #462 from quinnjr/master
Adding additional Archlinux links
2020-04-09 21:17:43 -07:00
Joseph Quinn
3deea2d663 Merge remote-tracking branch 'upstream/master' 2020-04-09 19:53:18 -04:00
Daniel M. Capella
ae56e33e93
Update Symbols-only fonts for #249 and #429 2020-04-09 00:29:24 -04:00
Ryan L McIntyre
8faba598d8
Merge pull request #459 from alindeman/jetbrains-mono-1.0.5
JetBrainsMono 1.0.5
2020-04-06 20:20:00 -07:00
Ryan L McIntyre
c27674d650 Adds a very basic script to update all contributors section on the website 2020-04-06 01:02:15 -07:00
Ryan L McIntyre
0d51729d84 Updates image preview names to match the generated ones 2020-04-06 01:02:15 -07:00
Joseph Quinn
4c1daa86eb Adding additional Arch Linux AUR links
Adding additional Arch Linux AUR package links to each Readme.
2020-04-04 19:28:27 -04:00
Andy Lindeman
8d31c53009 Patch JetBrainsMono 1.0.5 2020-04-04 14:58:34 -04:00