]>
git.ipfire.org Git - thirdparty/google/fonts.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Marc Foley [Fri, 6 May 2022 14:45:36 +0000 (15:45 +0100)]
Merge pull request #39 from googlefonts/tox
Tox: use black
Marc Foley [Fri, 6 May 2022 14:43:51 +0000 (15:43 +0100)]
run black
Marc Foley [Fri, 6 May 2022 14:43:15 +0000 (15:43 +0100)]
update tox
Elliot Jay Stocks [Fri, 29 Apr 2022 09:40:35 +0000 (10:40 +0100)]
Creating `flair.svg`
nathan-williams [Fri, 29 Apr 2022 01:05:05 +0000 (18:05 -0700)]
Specify illustration_url in parametric axes
Dave Crossland [Fri, 29 Apr 2022 00:07:07 +0000 (20:07 -0400)]
optical_size.textproto typo fix
Dave Crossland [Thu, 28 Apr 2022 21:41:55 +0000 (15:41 -0600)]
Reduce the length of descriptions and rename parametrics
Dave Crossland [Thu, 28 Apr 2022 20:56:26 +0000 (14:56 -0600)]
Add parametric axes images
Felipe Corrêa da Silva Sanches [Wed, 6 Apr 2022 04:52:18 +0000 (01:52 -0300)]
Rebuilt axes_pb2.py
to incorporate the recent changes to axes.proto made on commit
853a95e1572a76a34690789b3cd951807e0b30fb
Rebuilt it using the following command:
protoc --proto_path=. --python_out=. axes.proto
zhao [Tue, 5 Apr 2022 17:10:53 +0000 (19:10 +0200)]
add illustrations and illustration_link to axis.textproto
zhao [Tue, 5 Apr 2022 17:19:35 +0000 (19:19 +0200)]
Merge pull request #30 from googlefonts/xz_proto_definition
update axes.proto to include illustration_url
zhao [Tue, 5 Apr 2022 17:17:45 +0000 (19:17 +0200)]
update axes.proto to include illustration_url
zhao [Fri, 18 Mar 2022 17:27:32 +0000 (18:27 +0100)]
Merge pull request #24 from googlefonts/zx_0318
add missing fallback_only to .textproto
zhao [Fri, 18 Mar 2022 16:49:26 +0000 (17:49 +0100)]
add missing fallback_only to .textproto
Felipe Corrêa da Silva Sanches [Mon, 14 Mar 2022 07:43:56 +0000 (04:43 -0300)]
remove preprocessing of fallback names
and simplify API usage.
Felipe Corrêa da Silva Sanches [Mon, 14 Mar 2022 06:12:18 +0000 (03:12 -0300)]
add code test to avoid spaces in fallback names
(issue #7)
Also updated the CHANGELOG.md file.
Dave Crossland [Fri, 11 Mar 2022 18:41:21 +0000 (13:41 -0500)]
Update y_transparent_uppercase.textproto
Sync https://github.com/google/fonts/commit/
f8966fd6f0f94a49c643c1866fdf511d3f5036dd
Update y_transparent_uppercase.textproto
- make default and normal fallback match
- make min match y_transparent_lowercase.textproto
Nathan Williams [Fri, 11 Mar 2022 07:20:41 +0000 (23:20 -0800)]
Update width.textproto
Nathan Williams [Fri, 11 Mar 2022 07:20:12 +0000 (23:20 -0800)]
Update weight.textproto
Nathan Williams [Fri, 11 Mar 2022 07:19:45 +0000 (23:19 -0800)]
Update wonky.textproto
Nathan Williams [Wed, 9 Mar 2022 18:46:57 +0000 (10:46 -0800)]
Update wonky.textproto
Nathan Williams [Wed, 9 Mar 2022 18:46:44 +0000 (10:46 -0800)]
Update monospace.textproto
Nathan Williams [Wed, 9 Mar 2022 18:46:24 +0000 (10:46 -0800)]
Update cursive.textproto
Felipe Corrêa da Silva Sanches [Fri, 4 Mar 2022 06:47:14 +0000 (03:47 -0300)]
initial implementation of the axisregistry module
- Most of the code & data was migrated from the [`fontbakery`](https://github.com/googlefonts/fontbakery/) and [`google/fonts`](https://github.com/google/fonts/) git repositories so that the GF Axis Registry data can be easily available to all our tools. The most immediate user of this module is `Font Bakery` itself, as well as `GFTools`.
- Axis Registry definitions are still being gradualy updated on the `google/fonts` repo, on its **axisregistry/** directory (https://github.com/google/fonts/tree/main/axisregistry) and this `axisregistry` python module will try to be kept in sync.
- There's an ongoing plan to make this module the main place to update these definitions, avoiding data duplication and guaranteeing uniformity across tools.