Commit graph

1874 commits

Author SHA1 Message Date
Ryan L McIntyre
9e308cd713
Merge pull request #600 from ryanoasis/dependabot/pip/chocolatey/pyyaml-5.4
Bump pyyaml from 5.1.1 to 5.4 in /chocolatey
2021-04-09 22:24:53 -07:00
dependabot[bot]
511808db73
Bump pyyaml from 5.1.1 to 5.4 in /chocolatey
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.1.1...5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-25 23:02:10 +00:00
Fini Jastrow
ca26382644 font-patcher: Use correct source font metrics
[why]
With a source font where Win Ascent/Descent differs from Typo
Ascend/Descent newly added symbols that are intended to be centered
_within the visual space_ can end up too far up or down.

The happens for example when patching CascadiaCode. Added glyphs like
the Ubuntu logo (unicode 0xF31B) is not centered between the square
brackets or on a line with the less then and other centered glyphs.

[how]
The calculation takes the Win Ascent/Descent to calculate the visual
hight. That information is a mix of hight and line spacing and can be
misleading.

Therefore, if use_typo_metrics is set in a font, we obey that flag
and use the typo metrics values instead.

[note]
Some websites with further information follow.

https://github.com/googlefonts/gf-docs/tree/main/VerticalMetrics
  > Hhea metrics are used in Mac OS X, whilst Microsoft uses
  > Typo when Use_Typo_Metrics is enabled

https://docs.microsoft.com/en-us/typography/opentype/otspec160/os2#fsselection
https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6hhea.html

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2021-03-17 09:14:27 +01:00
Ryan L McIntyre
0692959e71 Attempt to fix line endings 2021-02-01 12:50:37 -08:00
Ryan L McIntyre
ac5a5f0b59
Merge pull request #567 from Skeeve/Skeeve-gohu-link-patch
link to gohu.eu is dead
2021-02-01 20:42:24 -08:00
Ryan L McIntyre
582e992f98
Merge pull request #554 from Tehnix/patch-1
Update contribution instructions with `fontforge --script`
2021-02-01 20:40:13 -08:00
Ryan L McIntyre
6486655542
Merge pull request #557 from alexislefebvre/alexislefebvre-particular
Fix typo: partcular -> particular #550
2021-01-29 21:02:48 -08:00
Ryan L McIntyre
4fe99fb0b5
Merge pull request #526 from duganchen/plex-italic-names
Take the style from the filename if it's longer than the subfamily (fixes #257)
2021-01-29 20:56:08 -08:00
moritzdietz
9ba94a396d
Add new patched version of JetBrainsMono in version 2.225 2021-01-29 21:03:04 +00:00
moritzdietz
c8c2a6b236
Ran standardize-and-complete-readmes.sh 2021-01-29 21:03:03 +00:00
moritzdietz
e0569cba1d
Add new unpatched version of JetBrainsMono in version 2.225 2021-01-29 21:02:07 +00:00
moritzdietz
fd2904118d
Remove outdated JetBrainsMono font files 2021-01-29 21:00:31 +00:00
Freddie Sackur
72c7779ec6 Updated readme with .ps1 (english) 2021-01-27 00:25:32 +00:00
Freddie Sackur
719c3f1f88 Updated examples 2021-01-27 00:21:16 +00:00
Freddie Sackur
6cb464411c Moved install.ps1 next to install.sh 2021-01-27 00:18:25 +00:00
Freddie Sackur
5e106d5c69 Added tab-completion 2021-01-27 00:15:47 +00:00
Freddie Sackur
15c21c0fcf Fix: does nothing because file search is borked 2021-01-27 00:12:38 +00:00
Stephan Hradek
384a95567d
link to gohu.eu is dead
Replaced with link to gohu.org
2021-01-25 11:50:44 +01:00
Alexis Lefebvre
d6aa241983
Fix typo: partcular -> particular #550 2021-01-08 20:41:31 +01:00
Christian Kjaer Laustsen
d4d8d9e184 Update patched Hasklig fonts to v1.2 2021-01-03 16:13:30 +01:00
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
Christian Kjaer Laustsen
e2745c3e4f Update unpatched Hasklig fonts to v1.2 2021-01-03 14:25:11 +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
andys8
2bf091cd76 purescript icon in font patcher 2020-12-06 21:39:11 +01:00
andys8
ce51cc63a6 PureScript e530 in original-source.otf 2020-12-06 21:06:20 +01:00
andys8
0a3fc8c79c PureScript Icon (svg) 2020-12-06 18:10:19 +01:00
Ryan L McIntyre
99e87c1fcc
fixes #528
expand on warning about repo size
2020-12-05 15:24:32 -08:00
Daniel Ruiz de Alegría
557b8da5c5 Update font-logos with new linux icons 2020-12-03 20:00:54 +01:00
duganchen
0c372875ce
Update font-patcher
Fix "Subfmaily" typo
2020-11-30 21:00:54 -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
moritzdietz
bb5ce4f733
Update JetBrainsMono to version v2.210
* Remove old patched and unpatched font files
* Remove old license file
* Separate ligature and non-ligature font versions
* Update READMEs
* Add new font version
2020-11-18 20:34:18 +00: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
Dugan Chen
bfe4befabe Take the style from the filename if it's longer than the subfamily (fixes #257) 2020-09-15 23:47:48 -07: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