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
Ryan L McIntyre
4b269b2776
Merge pull request #493 from kazukazuinaina/fix_ci_error
...
[fix] CI error
2020-07-28 21:26:38 -07:00
kazukazuinaina
cf94d34af2
[fix] CI's error
2020-06-18 07:36:44 +09: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 606db3752d4e6d31a2f47258ce86f7bb07511521.
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
Andy Lindeman
101fc6e358
Update JetBrainsMono to 1.0.5
2020-04-04 14:58:24 -04:00
Ryan L McIntyre
a87ae9c7dd
Merge pull request #457 from polyzen/update-cheat-sheet-link
...
Update link to cheat sheet in readme's
2020-03-30 22:09:30 -07:00
Daniel M. Capella
3eabdb976a
Update link to cheat sheet in readme's
2020-03-30 23:49:41 -04:00
Ryan L McIntyre
908c880f2b
Merge pull request #446 from gusbemacbe/traduções
...
Fixed European Portuguese and Spanish translations errors
2020-03-04 22:04:29 -08:00
Gustavo Reis
dbc30600c7
Changed "parámetro" to "parâmetro"
2020-03-04 21:11:44 -03:00
Ryan L McIntyre
77a0dd063f
Merge pull request #447 from ryanoasis/hotfix/new-line-in-readme-ja
...
Restore new line in README.ja
2020-03-02 22:19:02 -08:00
JINNOUCHI Yasushi
7dbc5b3775
Restore new line in README.ja
...
This restores a new line that was removed in 8c54efe.
2020-02-26 23:05:19 +09:00
Gustavo Reis
6f8ea2b243
Reverted to the new AO
2020-02-25 18:42:39 -03:00
Gustavo Reis
e2bb063bd8
Rename readme_pt_pt.md to readme_pt-pt.md
2020-02-25 17:16:02 -03:00
Gustavo Reis
e51f3e366e
Removed the file due to the incorrect LCID string
2020-02-25 17:15:25 -03:00
Gustavo Reis
4fb4a8acd5
Fixed translations errors
2020-02-25 17:13:50 -03:00
Ryan L McIntyre
36d0708dc2
Merge pull request #439 from onokatio/fix-postscript-cid
...
Fix #412
2020-02-21 22:27:59 -08:00
Ryan L McIntyre
0387af763f
Merge pull request #437 from alindeman/jetbrains-mono-1.0.3
...
Update JetBrainsMono to 1.0.3
2020-02-21 22:26:49 -08:00
Ryan L McIntyre
11bdc7b5bf
Merge pull request #433 from LuanVSO/master
...
update cascadia font to its latest release
2020-02-21 22:24:51 -08:00
Ryan L McIntyre
3a01b84d9d
Merge pull request #429 from mamantoha/crystal
...
add Crystal icon
2020-02-21 22:23:22 -08:00
Luan Vitor Simião oliveira
2e64ecd20b
re run gotta patch em all patcher
2020-02-14 12:12:48 -03:00
onokatio
2c7af61136
Fixes TypeError: unsupported operand
( fix #412 )
...
use cid object instead of native.
2020-02-12 13:32:07 +09:00
Andy Lindeman
35be3c2618
Update JetBrainsMono to 1.0.3
2020-02-10 11:20:57 -05:00
Luan Vitor Simião oliveira
384e29d024
removed old patched files
2020-02-10 08:31:08 -03:00