1
0
mirror of https://github.com/google/fonts.git synced 2024-12-17 05:31:36 +03:00
Commit Graph

3940 Commits

Author SHA1 Message Date
Rod
42db0b1d4c
Ran maximum_color on Nabla (#5121) 2022-08-23 20:41:15 -07:00
Marc Foley
3e7d889a9d
[gftools-packager] Nabla: Version 1.000 added (#5117)
* Nabla Version 1.000 taken from the upstream repo https://github.com/justvanrossum/nabla at commit https://github.com/justvanrossum/nabla/commit/.
2022-08-23 19:04:05 -07:00
Chris Simpkins
5e79bca77d
Update lang vi_Latn.textproto (#5105) 2022-08-23 12:11:15 -04:00
Rod
42f4b75d72
Change metadata to force reprocessing (#5109) 2022-08-22 19:10:35 -07:00
Rod
463d061123
Add edge highlight and extrusion depth to the axis registry (#5108) 2022-08-22 19:03:53 -07:00
Cosimo Lupo
0ccdb3e320
Update ArefRuqaaInk to v1.005, includes both COLRv1 and SVG color tables (#5107)
Files from https://github.com/aliftype/aref-ruqaa/releases/tag/v1.005

Processed with latest maximum_color tool from https://github.com/googlefonts/nanoemoji/releases/tag/v0.14.0
2022-08-22 18:10:18 +01:00
Viviana Monsalve
4d93a40d26
EGRD + Noto projects added (#5102)
* EGRD + Noto projects added

* order fix
2022-08-19 10:10:05 -05:00
Simon Cozens
075663bbdc
[gftools-packager] Noto Sans Gurmukhi: Version 2.003 added (#4906)
* Noto Sans Gurmukhi Version 2.003 taken from the upstream repo https://github.com/notofonts/gurmukhi.git at commit https://github.com/notofonts/gurmukhi/commit/.

Co-authored-by: simoncozens <simoncozens@users.noreply.github.com>
2022-08-19 09:23:26 -05:00
Simon Cozens
34bda3c423
[gftools-packager] Noto Sans Oriya: Version 2.003 added (#5100)
* Noto Sans Oriya Version 2.003 taken from the upstream repo https://github.com/notofonts/oriya.git at commit https://github.com/notofonts/oriya/commit/.

Co-authored-by: simoncozens <simoncozens@users.noreply.github.com>
2022-08-19 09:11:26 -05:00
Rod
092e6c1bbe
Remove broken link (#5099) 2022-08-18 19:53:48 -07:00
Rod
156d0b8af5
Add missing svg (#5097) 2022-08-18 16:34:28 -07:00
Rod
89df7e7614
Update definition of color font (#5096) 2022-08-18 15:59:01 -07:00
Rod
d99131aa2c
Manually copy the element grid change as subtree sync is a mess and I need it right now (#5094) 2022-08-18 13:32:51 -07:00
Viviana Monsalve
a3a09245e9
Small update to Sandbox list (#5092)
* Small update to Sandbox list

Two Noto projects added + axis registry path fixes

* Cantarell removed from list

* Element grid axis registry delisted
2022-08-18 13:45:41 -05:00
Simon Cozens
1e25a92ae5
[gftools-packager] Noto Sans Adlam Unjoined: Version 3.001 added (#4933)
* Noto Sans Adlam Unjoined Version 3.001 taken from the upstream repo https://github.com/notofonts/adlam.git at commit https://github.com/notofonts/adlam/commit/.

Co-authored-by: simoncozens <simoncozens@users.noreply.github.com>
2022-08-18 11:24:02 -05:00
Simon Cozens
ba96406438
[gftools-packager] Noto Sans Adlam: Version 3.001 added (#4934)
* Noto Sans Adlam Version 3.001 taken from the upstream repo https://github.com/notofonts/adlam.git at commit https://github.com/notofonts/adlam/commit/.

Co-authored-by: simoncozens <simoncozens@users.noreply.github.com>
2022-08-18 11:23:03 -05:00
Viviana Monsalve
605a98205e
Push lists updated (#5090)
* push lists updated

* open sans 4206 added back per #5071 fix
2022-08-18 09:48:59 -05:00
Simon Cozens
72e2a22f94
[gftools-packager] Noto Nastaliq Urdu: Version 3.007 added (#4859)
* Noto Nastaliq Urdu Version 3.007 taken from the upstream repo https://github.com/notofonts/nastaliq.git at commit https://github.com/notofonts/nastaliq/commit/.

Co-authored-by: simoncozens <simoncozens@users.noreply.github.com>
2022-08-17 23:14:23 -05:00
Chris Simpkins
7443395948
Sync axisregistry subtree and resolve conflicts (#5072)
* Creating `flair.svg`

* y_transparent_descender.textproto Use depth, not height

* weight and width textprotos updated to say stroke weight

* update tox

* run black

* wip name builder

* add build_fvar_instances

* black

* wip linked values

* fix vf name table generation for sibling fonts

* add nameID25

* black

* test static name table generation

* rm local stuff

* add prelim fvar instance check

* improve fvar instance checks

* cleanup stat tests

* run black

* fix tests

* ignore egg-info

* ignore _version

* refactor name check

* Add VF tests

* black

* add logging

* clean up

* convert AxisRegistry into a class

* clean up

* use enums

* replace old family name with new name

* add test for style name which is not part of the allowed static fonts

* add nameID25 checks

* add build filename

* fix replacing names

* simplyify

* implement Simon feedback

* Add wonky example

* do not delete stat name ids if they are used in the fvar table

* do not delete name records which are needed elsehwere

* implement simon feedback

* actions: publish release added

* build_fvar_instances: support fonts which lack wght axis

* AxisRegistry: add items method

* add _fvar_instance_collision.

Determine whether a family of fonts will have fvar instances which collide

* add axis ordering

* fix fvar_collision heuristic

* black

* Don't delete name IDs which are shared with the STAT table

* Update __init__.py

* build_fvar_instances: fix typo

* fix dependencies

* black

* update tox

* tox black: ignore _version.py

* Move nameid25 to its own func

* make family_name optional

* EGRD custom axis added

Co-authored-by: Elliot Jay Stocks <elliot@elliotjaystocks.com>
Co-authored-by: Dave Crossland <dave@lab6.com>
Co-authored-by: Marc Foley <m.foley.88@gmail.com>
Co-authored-by: Nathan Williams <nlw2sx@virginia.edu>
Co-authored-by: Simon Cozens <simon@simon-cozens.org>
Co-authored-by: Viviana Monsalve <viviana.monsalve.a@gmail.com>
2022-08-17 23:30:44 -04:00
Viviana Monsalve
3895d9e191
Lang update from subtree (#5088)
* hak_Hant region CN added

* lzh_Hant region CN added

* yue_Hant region CN added

* za_Hant.textproto file adde including CN region
2022-08-17 23:23:27 -04:00
Dave Crossland
54f900ed9c
Update README.md (#5064)
Note subtree upstreams
2022-08-17 14:42:47 -05:00
Rod
9ea47c973b
Remove backdrop rect (#5089) 2022-08-17 10:32:08 -07:00
Rod
f94c1dbd60
Per peer review, Nabla should not declare cyrillic-ext (#5087) 2022-08-17 09:24:53 -07:00
Rod
aeb8142a8a
Add preliminary image for a colorized monochromatic font (#5085) 2022-08-16 22:17:46 -07:00
Rod
78ffbef46e
Related urls MUST be embed (#5084) 2022-08-16 15:10:53 -07:00
Rod
5e5aba8833
Can one truly define Cosimo? (#5082) 2022-08-16 12:25:33 -07:00
Rod
1c8cddafe5
All the quotes matter (#5081) 2022-08-16 09:32:16 -07:00
Marc Foley
9e1b8ec385
[gftools-packager] Reem Kufi Fun: Version 1.003 added (#5080)
* Reem Kufi Fun Version 1.003 taken from the upstream repo https://github.com/aliftype/reem-kufi at commit https://github.com/aliftype/reem-kufi/commit/.
2022-08-16 16:15:46 +01:00
Rod
4bede3ca4e
Apparently undefined contributors are a problem (#5079) 2022-08-15 22:08:31 -07:00
Rod
d24e904e81
A thumbnail may be mandatory (#5077) 2022-08-15 21:33:48 -07:00
Rod
bbdf734196
Apparently width/height is required. (#5076) 2022-08-15 21:08:24 -07:00
Rod
9c78c097d7
Skeleton of color knowledge (#5017)
Outline of color content so I can see on dev
2022-08-15 20:53:35 -07:00
Rod
845adce183
Nabla less (#5074)
* nable: v1.000 beta added

Taken from the upstream repo https://github.com/justvanrossum/nabla at commit 3138ca5880

* Remove HLGT from https://github.com/google/fonts/pull/5068 so I can see it on dev

Co-authored-by: Marc Foley <m.foley.88@gmail.com>
2022-08-15 20:32:16 -07:00
Nathan Williams
5a10d350ee
ofl/robotoflex: Remove unnecessary lang metadata (#5073)
Languages metadata only exists in METADATA.pb files for Noto families.
2022-08-15 14:02:56 -07:00
Nathan Williams
ae864a271d
Update to_<env>.txt files (#5071) 2022-08-15 09:20:43 -07:00
Marc Foley
cef7491f02
[gftools-packager] Reem Kufi Ink: Version 1.002 added (#5059)
* Reem Kufi Ink Version 1.002 taken from the upstream repo https://github.com/aliftype/reem-kufi at commit 7fa8e8f02e.
2022-08-15 09:44:48 +01:00
Nathan Williams
076a54add8
Fix typos in ofl/zenkakugothicantique description (#5066)
There was a hanging double quote and a trailing space in a couple of the `a` tags.
2022-08-12 18:22:37 -07:00
Atharva Patil
fb76f2a397
removed extra "exist" (#5042) 2022-08-11 23:31:00 -04:00
Viviana Monsalve
d8c3c5e9e5
Limbu article added to sandbox (#5057) 2022-08-11 16:52:46 -05:00
Marc Foley
ff11ed9159
[gftools-packager] Roboto: Version 3.005; 2022 added (#5058)
* Roboto Version 3.005; 2022 taken from the upstream repo https://github.com/googlefonts/roboto-classic at commit https://github.com/googlefonts/roboto-classic/commit/.
2022-08-11 11:45:03 +01:00
Viviana Monsalve
8d35683b7e
Push lists small update (#5056)
* push lists small update

* apache path deleted
2022-08-10 19:06:15 -05:00
Simon Cozens
81432c3925
Revert "replace all "." with "۔"(Arabic full stop) for '_Arab' language sample texts (#4549)" (#5049)
This reverts commit f061ebc955.
2022-08-10 17:55:38 -05:00
Viviana Monsalve
fdef6494a8
Small order fix (#5053) 2022-08-10 11:24:30 -05:00
Viviana Monsalve
473ef99151
rolling back the deletions after 5031 commit (#5052) 2022-08-10 11:20:14 -05:00
Simon Cozens
a05c54fe2e
Noto Sans Myanmar: Version 2.107 added (#4938)
* [gftools-packager] Noto Sans Myanmar: Version 2.107 added

* Noto Sans Myanmar Version 2.107 taken from the upstream repo https://github.com/notofonts/myanmar.git at commit https://github.com/notofonts/myanmar/commit/.

* Reinstate article

Co-authored-by: simoncozens <simoncozens@users.noreply.github.com>
2022-08-10 09:16:15 -05:00
Marc Foley
1ed3990adf
amiriquran: add arabic subset (#5050) 2022-08-10 15:04:35 +01:00
Marc Foley
40b5a33f38
Amiri Quran: Version 0.117 added (#5048)
* [gftools-packager] Amiri Quran: Version 0.117 added

* Amiri Quran Version 0.117 taken from the upstream repo https://github.com/aliftype/amiri at commit 066b49c136.

* Update DESCRIPTION.en_us.html

* Update OFL.txt

* Update DESCRIPTION.en_us.html
2022-08-10 14:23:52 +01:00
Viviana Monsalve
0fbbbcb9df
limbu article reinstated (#5047) 2022-08-09 17:10:59 -05:00
Tomas
5b9ec07d13
Add content links to font descriptions (#5031)
* Add content links to font descriptions

* update to_sandbox.txt

* add PR link to to_sandbox.txt

* resolve comments

- remove target="_blank"
- format HTML
- update to_sandbox.txt

* Update to_sandbox.txt

* remove all target="_blank"

Co-authored-by: zhao <zhaoxiong2015@u.northwestern.edu>
Co-authored-by: Nathan Williams <williamsnathan@google.com>
2022-08-07 21:38:06 -07:00
Chris Simpkins
9e6f34acf2
Update Gulzar documentation (#5040)
* [gulzar description] update Gulzar repository URL

* [gulzar metadata] add designer Fiona Ross
2022-08-05 18:55:44 -05:00