Commit graph

1042 commits

Author SHA1 Message Date
Christian Kjær
6cc5a2527a
Update contribution instructions with fontforge --script
Following issue #225 it seems fontforge has updated how it behaves after installing. For a consistent experience across 
various operating systems (Ubuntu, macOS, etc), it seems we get better results by pre-pending `fontforge --script ..` 
before running the `font-patcher` script.
2021-01-03 14:40:17 +01:00
Ryan L McIntyre
901680ef1d
Merge pull request #550 from alexislefebvre/patch-1
Fix typo: partcular -> particular
2020-12-23 15:24:33 -08:00
Ryan L McIntyre
3a4399b37d
Merge pull request #552 from jesdavpet/master
Updated command for Mac OSX Homebrew install
2020-12-23 15:21:16 -08:00
Jesse David Peterson
151c7b441f
Corrected command for Mac OSX Homebrew install 2020-12-23 10:42:40 -05:00
Alexis Lefebvre
0945af8d89
Fix typo: partcular -> particular 2020-12-19 19:01:22 +01:00
Ryan L McIntyre
99e87c1fcc
fixes #528
expand on warning about repo size
2020-12-05 15:24:32 -08:00
Ryan L McIntyre
0f15e7d67f
Merge pull request #516 from ea2809/feat/upgrade_victor_mono_1.4.1
Upgrade Victor Mono to 1.4.1
2020-11-30 20:17:10 -08:00
Ryan L McIntyre
a04f43b75e
Merge pull request #499 from natebwangsut/font/cascadiacode-2007.01
Update Cascadia Code to version 2007.01
2020-11-30 19:35:04 -08:00
Ryan L McIntyre
60386c46c2
Merge branch 'master' into font/cascadiacode-2007.01 2020-11-30 18:46:43 -08:00
Ryan L McIntyre
4b87cdd656
Merge pull request #529 from adrian5/patch-1
Fix typo in Cascadia Code README
2020-11-18 21:56:27 -08:00
Ryan L McIntyre
3e14554771
Merge pull request #525 from lepht/patch-1
Fix homebrew cask tap command
2020-11-12 22:02:28 -08:00
Ryan L McIntyre
abae12e0c2
Merge pull request #537 from Harwood/master
spelling: hermut -> hurmit
2020-11-12 21:54:57 -08:00
Harwood
0d930b9888
spelling: hermut -> hurmit 2020-10-30 15:56:31 -05:00
adrian5
0d3c7eb77a
Fix typo in Cascadia Code README 2020-10-06 13:18:04 +02:00
petec
193c0af910
Fix homebrew cask tap command
[The cask](https://github.com/robertgzr/homebrew-tap) has moved, this change updates the `brew tap` command to be correct, and resolves the following error:

```
Error: caskroom/fonts was moved. Tap homebrew/cask-fonts instead.
```
2020-09-11 12:59:30 -04:00
Ryan L McIntyre
c41890f82b Merge branch 'gitfool-gh464' 2020-09-06 05:52:59 -07:00
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
Enrique García Galán
29d0392d6d
Updagre Victor Mono to 1.4.1 2020-08-17 15:56:34 +02: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
natebwangsut
cb56c00d50
Update cascadiacode to version 2007.01
- Allowing weighted font families
- Fix ryanoasis/nerd-fonts#498
2020-07-08 16:43:37 +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