aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-03-20 01:08:31 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-03-20 01:42:26 +0100
commit08da60202c64aafcf0000c892ac64383cf79e728 (patch)
tree18d81b6d7b3bfd073b5737e80ddc0c26df24551c
parentSet monospace font to Recursive (diff)
downloadblog-08da60202c64aafcf0000c892ac64383cf79e728.tar.gz
blog-08da60202c64aafcf0000c892ac64383cf79e728.tar.zst
blog-08da60202c64aafcf0000c892ac64383cf79e728.zip
Typographical improvements
* Use custom font subsetting for OpenType features * Tighter tracking for headings
-rw-r--r--LICENSES/OFL-1.1.txt43
-rw-r--r--package.json1
-rw-r--r--poetry.lock347
-rw-r--r--poetry.lock.license3
-rw-r--r--pyproject.toml27
-rw-r--r--scripts/fonts.css.jinja223
-rwxr-xr-xscripts/subset_fonts.py46
-rw-r--r--src/components/landing/sections/Hero.module.css2
-rw-r--r--src/components/landing/sections/Resume.module.css6
-rw-r--r--src/css/custom.css27
-rw-r--r--src/css/fonts.css55
-rw-r--r--src/fonts/Recursive_VF_1.085.ttfbin0 -> 2379132 bytes
-rw-r--r--src/fonts/Recursive_VF_1.085.ttf.license6
-rw-r--r--src/fonts/recursive-cyrillic.woff2bin0 -> 4312 bytes
-rw-r--r--src/fonts/recursive-cyrillic.woff2.license5
-rw-r--r--src/fonts/recursive-latin-ext.woff2bin0 -> 313376 bytes
-rw-r--r--src/fonts/recursive-latin-ext.woff2.license5
-rw-r--r--src/fonts/recursive-latin.woff2bin0 -> 307196 bytes
-rw-r--r--src/fonts/recursive-latin.woff2.license5
-rw-r--r--src/fonts/recursive-vietnamese.woff2bin0 -> 60128 bytes
-rw-r--r--src/fonts/recursive-vietnamese.woff2.license5
-rw-r--r--src/theme/SiteMetadata.jsx3
-rw-r--r--yarn.lock8
23 files changed, 603 insertions, 14 deletions
diff --git a/LICENSES/OFL-1.1.txt b/LICENSES/OFL-1.1.txt
new file mode 100644
index 0000000..6fe84ee
--- /dev/null
+++ b/LICENSES/OFL-1.1.txt
@@ -0,0 +1,43 @@
1SIL OPEN FONT LICENSE
2
3Version 1.1 - 26 February 2007
4
5PREAMBLE
6
7The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.
8
9The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
10
11DEFINITIONS
12
13"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
14
15"Reserved Font Name" refers to any names specified as such after the copyright statement(s).
16
17"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s).
18
19"Modified Version" refers to any derivative made by adding to, deleting, or substituting — in part or in whole — any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
20
21"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
22
23PERMISSION & CONDITIONS
24
25Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
26
271) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
28
292) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
30
313) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
32
334) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
34
355) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
36
37TERMINATION
38
39This license becomes null and void if any of the above conditions are not met.
40
41DISCLAIMER
42
43THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
diff --git a/package.json b/package.json
index 19b255a..ad9c71e 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,6 @@
32 "@docusaurus/plugin-sitemap": "^3.1.1", 32 "@docusaurus/plugin-sitemap": "^3.1.1",
33 "@docusaurus/theme-classic": "^3.1.1", 33 "@docusaurus/theme-classic": "^3.1.1",
34 "@docusaurus/theme-common": "^3.1.1", 34 "@docusaurus/theme-common": "^3.1.1",
35 "@fontsource-variable/recursive": "^5.0.17",
36 "@mdx-js/react": "^3.0.1", 35 "@mdx-js/react": "^3.0.1",
37 "@phosphor-icons/react": "2.1.3", 36 "@phosphor-icons/react": "2.1.3",
38 "@swc/core": "^1.4.8", 37 "@swc/core": "^1.4.8",
diff --git a/poetry.lock b/poetry.lock
new file mode 100644
index 0000000..c883560
--- /dev/null
+++ b/poetry.lock
@@ -0,0 +1,347 @@
1# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
2
3[[package]]
4name = "brotli"
5version = "1.1.0"
6description = "Python bindings for the Brotli compression library"
7optional = false
8python-versions = "*"
9files = [
10 {file = "Brotli-1.1.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:e1140c64812cb9b06c922e77f1c26a75ec5e3f0fb2bf92cc8c58720dec276752"},
11 {file = "Brotli-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:c8fd5270e906eef71d4a8d19b7c6a43760c6abcfcc10c9101d14eb2357418de9"},
12 {file = "Brotli-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1ae56aca0402a0f9a3431cddda62ad71666ca9d4dc3a10a142b9dce2e3c0cda3"},
13 {file = "Brotli-1.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:43ce1b9935bfa1ede40028054d7f48b5469cd02733a365eec8a329ffd342915d"},
14 {file = "Brotli-1.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:7c4855522edb2e6ae7fdb58e07c3ba9111e7621a8956f481c68d5d979c93032e"},
15 {file = "Brotli-1.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:38025d9f30cf4634f8309c6874ef871b841eb3c347e90b0851f63d1ded5212da"},
16 {file = "Brotli-1.1.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:e6a904cb26bfefc2f0a6f240bdf5233be78cd2488900a2f846f3c3ac8489ab80"},
17 {file = "Brotli-1.1.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:a37b8f0391212d29b3a91a799c8e4a2855e0576911cdfb2515487e30e322253d"},
18 {file = "Brotli-1.1.0-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:e84799f09591700a4154154cab9787452925578841a94321d5ee8fb9a9a328f0"},
19 {file = "Brotli-1.1.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:f66b5337fa213f1da0d9000bc8dc0cb5b896b726eefd9c6046f699b169c41b9e"},
20 {file = "Brotli-1.1.0-cp310-cp310-win32.whl", hash = "sha256:be36e3d172dc816333f33520154d708a2657ea63762ec16b62ece02ab5e4daf2"},
21 {file = "Brotli-1.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:0c6244521dda65ea562d5a69b9a26120769b7a9fb3db2fe9545935ed6735b128"},
22 {file = "Brotli-1.1.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:a3daabb76a78f829cafc365531c972016e4aa8d5b4bf60660ad8ecee19df7ccc"},
23 {file = "Brotli-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c8146669223164fc87a7e3de9f81e9423c67a79d6b3447994dfb9c95da16e2d6"},
24 {file = "Brotli-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:30924eb4c57903d5a7526b08ef4a584acc22ab1ffa085faceb521521d2de32dd"},
25 {file = "Brotli-1.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ceb64bbc6eac5a140ca649003756940f8d6a7c444a68af170b3187623b43bebf"},
26 {file = "Brotli-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a469274ad18dc0e4d316eefa616d1d0c2ff9da369af19fa6f3daa4f09671fd61"},
27 {file = "Brotli-1.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:524f35912131cc2cabb00edfd8d573b07f2d9f21fa824bd3fb19725a9cf06327"},
28 {file = "Brotli-1.1.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:5b3cc074004d968722f51e550b41a27be656ec48f8afaeeb45ebf65b561481dd"},
29 {file = "Brotli-1.1.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:19c116e796420b0cee3da1ccec3b764ed2952ccfcc298b55a10e5610ad7885f9"},
30 {file = "Brotli-1.1.0-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:510b5b1bfbe20e1a7b3baf5fed9e9451873559a976c1a78eebaa3b86c57b4265"},
31 {file = "Brotli-1.1.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:a1fd8a29719ccce974d523580987b7f8229aeace506952fa9ce1d53a033873c8"},
32 {file = "Brotli-1.1.0-cp311-cp311-win32.whl", hash = "sha256:39da8adedf6942d76dc3e46653e52df937a3c4d6d18fdc94a7c29d263b1f5b50"},
33 {file = "Brotli-1.1.0-cp311-cp311-win_amd64.whl", hash = "sha256:aac0411d20e345dc0920bdec5548e438e999ff68d77564d5e9463a7ca9d3e7b1"},
34 {file = "Brotli-1.1.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:316cc9b17edf613ac76b1f1f305d2a748f1b976b033b049a6ecdfd5612c70409"},
35 {file = "Brotli-1.1.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:caf9ee9a5775f3111642d33b86237b05808dafcd6268faa492250e9b78046eb2"},
36 {file = "Brotli-1.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:70051525001750221daa10907c77830bc889cb6d865cc0b813d9db7fefc21451"},
37 {file = "Brotli-1.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7f4bf76817c14aa98cc6697ac02f3972cb8c3da93e9ef16b9c66573a68014f91"},
38 {file = "Brotli-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d0c5516f0aed654134a2fc936325cc2e642f8a0e096d075209672eb321cff408"},
39 {file = "Brotli-1.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6c3020404e0b5eefd7c9485ccf8393cfb75ec38ce75586e046573c9dc29967a0"},
40 {file = "Brotli-1.1.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:4ed11165dd45ce798d99a136808a794a748d5dc38511303239d4e2363c0695dc"},
41 {file = "Brotli-1.1.0-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:4093c631e96fdd49e0377a9c167bfd75b6d0bad2ace734c6eb20b348bc3ea180"},
42 {file = "Brotli-1.1.0-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:7e4c4629ddad63006efa0ef968c8e4751c5868ff0b1c5c40f76524e894c50248"},
43 {file = "Brotli-1.1.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:861bf317735688269936f755fa136a99d1ed526883859f86e41a5d43c61d8966"},
44 {file = "Brotli-1.1.0-cp312-cp312-win32.whl", hash = "sha256:5f4d5ea15c9382135076d2fb28dde923352fe02951e66935a9efaac8f10e81b0"},
45 {file = "Brotli-1.1.0-cp312-cp312-win_amd64.whl", hash = "sha256:906bc3a79de8c4ae5b86d3d75a8b77e44404b0f4261714306e3ad248d8ab0951"},
46 {file = "Brotli-1.1.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:a090ca607cbb6a34b0391776f0cb48062081f5f60ddcce5d11838e67a01928d1"},
47 {file = "Brotli-1.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2de9d02f5bda03d27ede52e8cfe7b865b066fa49258cbab568720aa5be80a47d"},
48 {file = "Brotli-1.1.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2333e30a5e00fe0fe55903c8832e08ee9c3b1382aacf4db26664a16528d51b4b"},
49 {file = "Brotli-1.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:4d4a848d1837973bf0f4b5e54e3bec977d99be36a7895c61abb659301b02c112"},
50 {file = "Brotli-1.1.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:fdc3ff3bfccdc6b9cc7c342c03aa2400683f0cb891d46e94b64a197910dc4064"},
51 {file = "Brotli-1.1.0-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:5eeb539606f18a0b232d4ba45adccde4125592f3f636a6182b4a8a436548b914"},
52 {file = "Brotli-1.1.0-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:fd5f17ff8f14003595ab414e45fce13d073e0762394f957182e69035c9f3d7c2"},
53 {file = "Brotli-1.1.0-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:069a121ac97412d1fe506da790b3e69f52254b9df4eb665cd42460c837193354"},
54 {file = "Brotli-1.1.0-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:e93dfc1a1165e385cc8239fab7c036fb2cd8093728cbd85097b284d7b99249a2"},
55 {file = "Brotli-1.1.0-cp36-cp36m-win32.whl", hash = "sha256:a599669fd7c47233438a56936988a2478685e74854088ef5293802123b5b2460"},
56 {file = "Brotli-1.1.0-cp36-cp36m-win_amd64.whl", hash = "sha256:d143fd47fad1db3d7c27a1b1d66162e855b5d50a89666af46e1679c496e8e579"},
57 {file = "Brotli-1.1.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:11d00ed0a83fa22d29bc6b64ef636c4552ebafcef57154b4ddd132f5638fbd1c"},
58 {file = "Brotli-1.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f733d788519c7e3e71f0855c96618720f5d3d60c3cb829d8bbb722dddce37985"},
59 {file = "Brotli-1.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:929811df5462e182b13920da56c6e0284af407d1de637d8e536c5cd00a7daf60"},
60 {file = "Brotli-1.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:0b63b949ff929fbc2d6d3ce0e924c9b93c9785d877a21a1b678877ffbbc4423a"},
61 {file = "Brotli-1.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:d192f0f30804e55db0d0e0a35d83a9fead0e9a359a9ed0285dbacea60cc10a84"},
62 {file = "Brotli-1.1.0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:f296c40e23065d0d6650c4aefe7470d2a25fffda489bcc3eb66083f3ac9f6643"},
63 {file = "Brotli-1.1.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:919e32f147ae93a09fe064d77d5ebf4e35502a8df75c29fb05788528e330fe74"},
64 {file = "Brotli-1.1.0-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:23032ae55523cc7bccb4f6a0bf368cd25ad9bcdcc1990b64a647e7bbcce9cb5b"},
65 {file = "Brotli-1.1.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:224e57f6eac61cc449f498cc5f0e1725ba2071a3d4f48d5d9dffba42db196438"},
66 {file = "Brotli-1.1.0-cp37-cp37m-win32.whl", hash = "sha256:587ca6d3cef6e4e868102672d3bd9dc9698c309ba56d41c2b9c85bbb903cdb95"},
67 {file = "Brotli-1.1.0-cp37-cp37m-win_amd64.whl", hash = "sha256:2954c1c23f81c2eaf0b0717d9380bd348578a94161a65b3a2afc62c86467dd68"},
68 {file = "Brotli-1.1.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:efa8b278894b14d6da122a72fefcebc28445f2d3f880ac59d46c90f4c13be9a3"},
69 {file = "Brotli-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:03d20af184290887bdea3f0f78c4f737d126c74dc2f3ccadf07e54ceca3bf208"},
70 {file = "Brotli-1.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6172447e1b368dcbc458925e5ddaf9113477b0ed542df258d84fa28fc45ceea7"},
71 {file = "Brotli-1.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a743e5a28af5f70f9c080380a5f908d4d21d40e8f0e0c8901604d15cfa9ba751"},
72 {file = "Brotli-1.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:0541e747cce78e24ea12d69176f6a7ddb690e62c425e01d31cc065e69ce55b48"},
73 {file = "Brotli-1.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:cdbc1fc1bc0bff1cef838eafe581b55bfbffaed4ed0318b724d0b71d4d377619"},
74 {file = "Brotli-1.1.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:890b5a14ce214389b2cc36ce82f3093f96f4cc730c1cffdbefff77a7c71f2a97"},
75 {file = "Brotli-1.1.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:1ab4fbee0b2d9098c74f3057b2bc055a8bd92ccf02f65944a241b4349229185a"},
76 {file = "Brotli-1.1.0-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:141bd4d93984070e097521ed07e2575b46f817d08f9fa42b16b9b5f27b5ac088"},
77 {file = "Brotli-1.1.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:fce1473f3ccc4187f75b4690cfc922628aed4d3dd013d047f95a9b3919a86596"},
78 {file = "Brotli-1.1.0-cp38-cp38-win32.whl", hash = "sha256:db85ecf4e609a48f4b29055f1e144231b90edc90af7481aa731ba2d059226b1b"},
79 {file = "Brotli-1.1.0-cp38-cp38-win_amd64.whl", hash = "sha256:3d7954194c36e304e1523f55d7042c59dc53ec20dd4e9ea9d151f1b62b4415c0"},
80 {file = "Brotli-1.1.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:5fb2ce4b8045c78ebbc7b8f3c15062e435d47e7393cc57c25115cfd49883747a"},
81 {file = "Brotli-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:7905193081db9bfa73b1219140b3d315831cbff0d8941f22da695832f0dd188f"},
82 {file = "Brotli-1.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a77def80806c421b4b0af06f45d65a136e7ac0bdca3c09d9e2ea4e515367c7e9"},
83 {file = "Brotli-1.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8dadd1314583ec0bf2d1379f7008ad627cd6336625d6679cf2f8e67081b83acf"},
84 {file = "Brotli-1.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:901032ff242d479a0efa956d853d16875d42157f98951c0230f69e69f9c09bac"},
85 {file = "Brotli-1.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:22fc2a8549ffe699bfba2256ab2ed0421a7b8fadff114a3d201794e45a9ff578"},
86 {file = "Brotli-1.1.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:ae15b066e5ad21366600ebec29a7ccbc86812ed267e4b28e860b8ca16a2bc474"},
87 {file = "Brotli-1.1.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:949f3b7c29912693cee0afcf09acd6ebc04c57af949d9bf77d6101ebb61e388c"},
88 {file = "Brotli-1.1.0-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:89f4988c7203739d48c6f806f1e87a1d96e0806d44f0fba61dba81392c9e474d"},
89 {file = "Brotli-1.1.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:de6551e370ef19f8de1807d0a9aa2cdfdce2e85ce88b122fe9f6b2b076837e59"},
90 {file = "Brotli-1.1.0-cp39-cp39-win32.whl", hash = "sha256:f0d8a7a6b5983c2496e364b969f0e526647a06b075d034f3297dc66f3b360c64"},
91 {file = "Brotli-1.1.0-cp39-cp39-win_amd64.whl", hash = "sha256:cdad5b9014d83ca68c25d2e9444e28e967ef16e80f6b436918c700c117a85467"},
92 {file = "Brotli-1.1.0.tar.gz", hash = "sha256:81de08ac11bcb85841e440c13611c00b67d3bf82698314928d0b676362546724"},
93]
94
95[[package]]
96name = "colorama"
97version = "0.4.6"
98description = "Cross-platform colored terminal text."
99optional = false
100python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
101files = [
102 {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
103 {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
104]
105
106[[package]]
107name = "fonttools"
108version = "4.50.0"
109description = "Tools to manipulate font files"
110optional = false
111python-versions = ">=3.8"
112files = [
113 {file = "fonttools-4.50.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:effd303fb422f8ce06543a36ca69148471144c534cc25f30e5be752bc4f46736"},
114 {file = "fonttools-4.50.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:7913992ab836f621d06aabac118fc258b9947a775a607e1a737eb3a91c360335"},
115 {file = "fonttools-4.50.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8e0a1c5bd2f63da4043b63888534b52c5a1fd7ae187c8ffc64cbb7ae475b9dab"},
116 {file = "fonttools-4.50.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d40fc98540fa5360e7ecf2c56ddf3c6e7dd04929543618fd7b5cc76e66390562"},
117 {file = "fonttools-4.50.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:9fff65fbb7afe137bac3113827855e0204482727bddd00a806034ab0d3951d0d"},
118 {file = "fonttools-4.50.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:b1aeae3dd2ee719074a9372c89ad94f7c581903306d76befdaca2a559f802472"},
119 {file = "fonttools-4.50.0-cp310-cp310-win32.whl", hash = "sha256:e9623afa319405da33b43c85cceb0585a6f5d3a1d7c604daf4f7e1dd55c03d1f"},
120 {file = "fonttools-4.50.0-cp310-cp310-win_amd64.whl", hash = "sha256:778c5f43e7e654ef7fe0605e80894930bc3a7772e2f496238e57218610140f54"},
121 {file = "fonttools-4.50.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:3dfb102e7f63b78c832e4539969167ffcc0375b013080e6472350965a5fe8048"},
122 {file = "fonttools-4.50.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:9e58fe34cb379ba3d01d5d319d67dd3ce7ca9a47ad044ea2b22635cd2d1247fc"},
123 {file = "fonttools-4.50.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2c673ab40d15a442a4e6eb09bf007c1dda47c84ac1e2eecbdf359adacb799c24"},
124 {file = "fonttools-4.50.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9b3ac35cdcd1a4c90c23a5200212c1bb74fa05833cc7c14291d7043a52ca2aaa"},
125 {file = "fonttools-4.50.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:8844e7a2c5f7ecf977e82eb6b3014f025c8b454e046d941ece05b768be5847ae"},
126 {file = "fonttools-4.50.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:f849bd3c5c2249b49c98eca5aaebb920d2bfd92b3c69e84ca9bddf133e9f83f0"},
127 {file = "fonttools-4.50.0-cp311-cp311-win32.whl", hash = "sha256:39293ff231b36b035575e81c14626dfc14407a20de5262f9596c2cbb199c3625"},
128 {file = "fonttools-4.50.0-cp311-cp311-win_amd64.whl", hash = "sha256:c33d5023523b44d3481624f840c8646656a1def7630ca562f222eb3ead16c438"},
129 {file = "fonttools-4.50.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:b4a886a6dbe60100ba1cd24de962f8cd18139bd32808da80de1fa9f9f27bf1dc"},
130 {file = "fonttools-4.50.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:b2ca1837bfbe5eafa11313dbc7edada79052709a1fffa10cea691210af4aa1fa"},
131 {file = "fonttools-4.50.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0493dd97ac8977e48ffc1476b932b37c847cbb87fd68673dee5182004906828"},
132 {file = "fonttools-4.50.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:77844e2f1b0889120b6c222fc49b2b75c3d88b930615e98893b899b9352a27ea"},
133 {file = "fonttools-4.50.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:3566bfb8c55ed9100afe1ba6f0f12265cd63a1387b9661eb6031a1578a28bad1"},
134 {file = "fonttools-4.50.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:35e10ddbc129cf61775d58a14f2d44121178d89874d32cae1eac722e687d9019"},
135 {file = "fonttools-4.50.0-cp312-cp312-win32.whl", hash = "sha256:cc8140baf9fa8f9b903f2b393a6c413a220fa990264b215bf48484f3d0bf8710"},
136 {file = "fonttools-4.50.0-cp312-cp312-win_amd64.whl", hash = "sha256:0ccc85fd96373ab73c59833b824d7a73846670a0cb1f3afbaee2b2c426a8f931"},
137 {file = "fonttools-4.50.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:e270a406219af37581d96c810172001ec536e29e5593aa40d4c01cca3e145aa6"},
138 {file = "fonttools-4.50.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:ac2463de667233372e9e1c7e9de3d914b708437ef52a3199fdbf5a60184f190c"},
139 {file = "fonttools-4.50.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:47abd6669195abe87c22750dbcd366dc3a0648f1b7c93c2baa97429c4dc1506e"},
140 {file = "fonttools-4.50.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:074841375e2e3d559aecc86e1224caf78e8b8417bb391e7d2506412538f21adc"},
141 {file = "fonttools-4.50.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:0743fd2191ad7ab43d78cd747215b12033ddee24fa1e088605a3efe80d6984de"},
142 {file = "fonttools-4.50.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:3d7080cce7be5ed65bee3496f09f79a82865a514863197ff4d4d177389e981b0"},
143 {file = "fonttools-4.50.0-cp38-cp38-win32.whl", hash = "sha256:a467ba4e2eadc1d5cc1a11d355abb945f680473fbe30d15617e104c81f483045"},
144 {file = "fonttools-4.50.0-cp38-cp38-win_amd64.whl", hash = "sha256:f77e048f805e00870659d6318fd89ef28ca4ee16a22b4c5e1905b735495fc422"},
145 {file = "fonttools-4.50.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:b6245eafd553c4e9a0708e93be51392bd2288c773523892fbd616d33fd2fda59"},
146 {file = "fonttools-4.50.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:a4062cc7e8de26f1603323ef3ae2171c9d29c8a9f5e067d555a2813cd5c7a7e0"},
147 {file = "fonttools-4.50.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:34692850dfd64ba06af61e5791a441f664cb7d21e7b544e8f385718430e8f8e4"},
148 {file = "fonttools-4.50.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:678dd95f26a67e02c50dcb5bf250f95231d455642afbc65a3b0bcdacd4e4dd38"},
149 {file = "fonttools-4.50.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:4f2ce7b0b295fe64ac0a85aef46a0f2614995774bd7bc643b85679c0283287f9"},
150 {file = "fonttools-4.50.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:d346f4dc2221bfb7ab652d1e37d327578434ce559baf7113b0f55768437fe6a0"},
151 {file = "fonttools-4.50.0-cp39-cp39-win32.whl", hash = "sha256:a51eeaf52ba3afd70bf489be20e52fdfafe6c03d652b02477c6ce23c995222f4"},
152 {file = "fonttools-4.50.0-cp39-cp39-win_amd64.whl", hash = "sha256:8639be40d583e5d9da67795aa3eeeda0488fb577a1d42ae11a5036f18fb16d93"},
153 {file = "fonttools-4.50.0-py3-none-any.whl", hash = "sha256:48fa36da06247aa8282766cfd63efff1bb24e55f020f29a335939ed3844d20d3"},
154 {file = "fonttools-4.50.0.tar.gz", hash = "sha256:fa5cf61058c7dbb104c2ac4e782bf1b2016a8cf2f69de6e4dd6a865d2c969bb5"},
155]
156
157[package.extras]
158all = ["brotli (>=1.0.1)", "brotlicffi (>=0.8.0)", "fs (>=2.2.0,<3)", "lxml (>=4.0)", "lz4 (>=1.7.4.2)", "matplotlib", "munkres", "pycairo", "scipy", "skia-pathops (>=0.5.0)", "sympy", "uharfbuzz (>=0.23.0)", "unicodedata2 (>=15.1.0)", "xattr", "zopfli (>=0.1.4)"]
159graphite = ["lz4 (>=1.7.4.2)"]
160interpolatable = ["munkres", "pycairo", "scipy"]
161lxml = ["lxml (>=4.0)"]
162pathops = ["skia-pathops (>=0.5.0)"]
163plot = ["matplotlib"]
164repacker = ["uharfbuzz (>=0.23.0)"]
165symfont = ["sympy"]
166type1 = ["xattr"]
167ufo = ["fs (>=2.2.0,<3)"]
168unicode = ["unicodedata2 (>=15.1.0)"]
169woff = ["brotli (>=1.0.1)", "brotlicffi (>=0.8.0)", "zopfli (>=0.1.4)"]
170
171[[package]]
172name = "jinja2"
173version = "3.1.3"
174description = "A very fast and expressive template engine."
175optional = false
176python-versions = ">=3.7"
177files = [
178 {file = "Jinja2-3.1.3-py3-none-any.whl", hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa"},
179 {file = "Jinja2-3.1.3.tar.gz", hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"},
180]
181
182[package.dependencies]
183MarkupSafe = ">=2.0"
184
185[package.extras]
186i18n = ["Babel (>=2.7)"]
187
188[[package]]
189name = "markupsafe"
190version = "2.1.5"
191description = "Safely add untrusted strings to HTML/XML markup."
192optional = false
193python-versions = ">=3.7"
194files = [
195 {file = "MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc"},
196 {file = "MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:72b6be590cc35924b02c78ef34b467da4ba07e4e0f0454a2c5907f473fc50ce5"},
197 {file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e61659ba32cf2cf1481e575d0462554625196a1f2fc06a1c777d3f48e8865d46"},
198 {file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2174c595a0d73a3080ca3257b40096db99799265e1c27cc5a610743acd86d62f"},
199 {file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ae2ad8ae6ebee9d2d94b17fb62763125f3f374c25618198f40cbb8b525411900"},
200 {file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff"},
201 {file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:598e3276b64aff0e7b3451b72e94fa3c238d452e7ddcd893c3ab324717456bad"},
202 {file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd"},
203 {file = "MarkupSafe-2.1.5-cp310-cp310-win32.whl", hash = "sha256:d9fad5155d72433c921b782e58892377c44bd6252b5af2f67f16b194987338a4"},
204 {file = "MarkupSafe-2.1.5-cp310-cp310-win_amd64.whl", hash = "sha256:bf50cd79a75d181c9181df03572cdce0fbb75cc353bc350712073108cba98de5"},
205 {file = "MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f"},
206 {file = "MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2"},
207 {file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced"},
208 {file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5"},
209 {file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c"},
210 {file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f"},
211 {file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a"},
212 {file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f"},
213 {file = "MarkupSafe-2.1.5-cp311-cp311-win32.whl", hash = "sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906"},
214 {file = "MarkupSafe-2.1.5-cp311-cp311-win_amd64.whl", hash = "sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617"},
215 {file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1"},
216 {file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4"},
217 {file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee"},
218 {file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5"},
219 {file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b"},
220 {file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a"},
221 {file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f"},
222 {file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169"},
223 {file = "MarkupSafe-2.1.5-cp312-cp312-win32.whl", hash = "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad"},
224 {file = "MarkupSafe-2.1.5-cp312-cp312-win_amd64.whl", hash = "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb"},
225 {file = "MarkupSafe-2.1.5-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:c8b29db45f8fe46ad280a7294f5c3ec36dbac9491f2d1c17345be8e69cc5928f"},
226 {file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ec6a563cff360b50eed26f13adc43e61bc0c04d94b8be985e6fb24b81f6dcfdf"},
227 {file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a549b9c31bec33820e885335b451286e2969a2d9e24879f83fe904a5ce59d70a"},
228 {file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4f11aa001c540f62c6166c7726f71f7573b52c68c31f014c25cc7901deea0b52"},
229 {file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:7b2e5a267c855eea6b4283940daa6e88a285f5f2a67f2220203786dfa59b37e9"},
230 {file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:2d2d793e36e230fd32babe143b04cec8a8b3eb8a3122d2aceb4a371e6b09b8df"},
231 {file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:ce409136744f6521e39fd8e2a24c53fa18ad67aa5bc7c2cf83645cce5b5c4e50"},
232 {file = "MarkupSafe-2.1.5-cp37-cp37m-win32.whl", hash = "sha256:4096e9de5c6fdf43fb4f04c26fb114f61ef0bf2e5604b6ee3019d51b69e8c371"},
233 {file = "MarkupSafe-2.1.5-cp37-cp37m-win_amd64.whl", hash = "sha256:4275d846e41ecefa46e2015117a9f491e57a71ddd59bbead77e904dc02b1bed2"},
234 {file = "MarkupSafe-2.1.5-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:656f7526c69fac7f600bd1f400991cc282b417d17539a1b228617081106feb4a"},
235 {file = "MarkupSafe-2.1.5-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:97cafb1f3cbcd3fd2b6fbfb99ae11cdb14deea0736fc2b0952ee177f2b813a46"},
236 {file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1f3fbcb7ef1f16e48246f704ab79d79da8a46891e2da03f8783a5b6fa41a9532"},
237 {file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab"},
238 {file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68"},
239 {file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:5dedb4db619ba5a2787a94d877bc8ffc0566f92a01c0ef214865e54ecc9ee5e0"},
240 {file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:30b600cf0a7ac9234b2638fbc0fb6158ba5bdcdf46aeb631ead21248b9affbc4"},
241 {file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:8dd717634f5a044f860435c1d8c16a270ddf0ef8588d4887037c5028b859b0c3"},
242 {file = "MarkupSafe-2.1.5-cp38-cp38-win32.whl", hash = "sha256:daa4ee5a243f0f20d528d939d06670a298dd39b1ad5f8a72a4275124a7819eff"},
243 {file = "MarkupSafe-2.1.5-cp38-cp38-win_amd64.whl", hash = "sha256:619bc166c4f2de5caa5a633b8b7326fbe98e0ccbfacabd87268a2b15ff73a029"},
244 {file = "MarkupSafe-2.1.5-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:7a68b554d356a91cce1236aa7682dc01df0edba8d043fd1ce607c49dd3c1edcf"},
245 {file = "MarkupSafe-2.1.5-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:db0b55e0f3cc0be60c1f19efdde9a637c32740486004f20d1cff53c3c0ece4d2"},
246 {file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3e53af139f8579a6d5f7b76549125f0d94d7e630761a2111bc431fd820e163b8"},
247 {file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:17b950fccb810b3293638215058e432159d2b71005c74371d784862b7e4683f3"},
248 {file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4c31f53cdae6ecfa91a77820e8b151dba54ab528ba65dfd235c80b086d68a465"},
249 {file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:bff1b4290a66b490a2f4719358c0cdcd9bafb6b8f061e45c7a2460866bf50c2e"},
250 {file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:bc1667f8b83f48511b94671e0e441401371dfd0f0a795c7daa4a3cd1dde55bea"},
251 {file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:5049256f536511ee3f7e1b3f87d1d1209d327e818e6ae1365e8653d7e3abb6a6"},
252 {file = "MarkupSafe-2.1.5-cp39-cp39-win32.whl", hash = "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf"},
253 {file = "MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl", hash = "sha256:fa173ec60341d6bb97a89f5ea19c85c5643c1e7dedebc22f5181eb73573142c5"},
254 {file = "MarkupSafe-2.1.5.tar.gz", hash = "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b"},
255]
256
257[[package]]
258name = "tqdm"
259version = "4.66.2"
260description = "Fast, Extensible Progress Meter"
261optional = false
262python-versions = ">=3.7"
263files = [
264 {file = "tqdm-4.66.2-py3-none-any.whl", hash = "sha256:1ee4f8a893eb9bef51c6e35730cebf234d5d0b6bd112b0271e10ed7c24a02bd9"},
265 {file = "tqdm-4.66.2.tar.gz", hash = "sha256:6cd52cdf0fef0e0f543299cfc96fec90d7b8a7e88745f411ec33eb44d5ed3531"},
266]
267
268[package.dependencies]
269colorama = {version = "*", markers = "platform_system == \"Windows\""}
270
271[package.extras]
272dev = ["pytest (>=6)", "pytest-cov", "pytest-timeout", "pytest-xdist"]
273notebook = ["ipywidgets (>=6)"]
274slack = ["slack-sdk"]
275telegram = ["requests"]
276
277[[package]]
278name = "uharfbuzz"
279version = "0.39.1"
280description = "Streamlined Cython bindings for the harfbuzz shaping engine"
281optional = false
282python-versions = ">=3.5"
283files = [
284 {file = "uharfbuzz-0.39.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:6b3c1df4c2d15cfc4793ea59676685fac9446b10a6cb2f21cc7f62dd65bb4f97"},
285 {file = "uharfbuzz-0.39.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:dae8a37701d3e5119ab790e7d1615194d1a20bf85071aa66a6d5afd72a3ed002"},
286 {file = "uharfbuzz-0.39.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:7cc360330cfba7ba1ef7ed51d555ecf1d157761d5fdcf506ec25fe4f3dd89193"},
287 {file = "uharfbuzz-0.39.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b25eb29f9ab88f4ea4a339aba32cd940f92411e93f597d367298656ceb43e2a7"},
288 {file = "uharfbuzz-0.39.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:9802f0cd52792282a55351e86fe607e6cd0f7f2b2f659b0ff866ba043a2f5144"},
289 {file = "uharfbuzz-0.39.1-cp310-cp310-win32.whl", hash = "sha256:d4e95badd807fc98c2728d23122308230f0c981a4656de73d9339f120eeed8fa"},
290 {file = "uharfbuzz-0.39.1-cp310-cp310-win_amd64.whl", hash = "sha256:d4b6a545518ab23e737ba2c320462d80945b17f684882bc83cd8a0303dd7765d"},
291 {file = "uharfbuzz-0.39.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:d86e33895269b9a889fda963b8f9038bf22d132de62fbff963fbc91e33153ebb"},
292 {file = "uharfbuzz-0.39.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:e0a3237ae13dc79ba282b00935b936640983ab8bcdf8fa9940403282543a5d0f"},
293 {file = "uharfbuzz-0.39.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:acff7e7be551c4b204500893e1691e7b63b6fa9828f8c621b708b47462607c33"},
294 {file = "uharfbuzz-0.39.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6216e290fe8799ad29b2ac6fd789f88ea5a103a17341433d2a914d38dd0313de"},
295 {file = "uharfbuzz-0.39.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:c3d568679e7f49f8a0cc5318c5186b5d717263e7c89bc5ec024f7df1fc752316"},
296 {file = "uharfbuzz-0.39.1-cp311-cp311-win32.whl", hash = "sha256:2253b437c17b57ba6e8778711f85614ee957a115cdd2d81d206ac725c6f830b1"},
297 {file = "uharfbuzz-0.39.1-cp311-cp311-win_amd64.whl", hash = "sha256:cacd50d57dd7b9692beb1a6f9c4a94c1c6da13ae81b680566eeaf23ba50385cd"},
298 {file = "uharfbuzz-0.39.1-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:eecc13e303200b1b3a0d6cecc24f151a84fa8ef5381fc2cea638cf79b8b1ef8d"},
299 {file = "uharfbuzz-0.39.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:0f29e6d28886b86c6c9ec6881ad0c29dabbf01c8d7fd1ee2497ab4d46c1fc37a"},
300 {file = "uharfbuzz-0.39.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:b5afee1a30a62eb0c3c96b795098b0ac8119efd35d30c63a553e0405e3d88f97"},
301 {file = "uharfbuzz-0.39.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c686154f3845a0849f834e957f519ecbc65732a90e91f6246232f7c489d6f2c5"},
302 {file = "uharfbuzz-0.39.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:c1f801b0480a343839f599d3d653da7e575a64ad3c6de1fcb4d0e0d81f58657b"},
303 {file = "uharfbuzz-0.39.1-cp312-cp312-win32.whl", hash = "sha256:ba4123730cf1488a470f4995fcf5d19c5838c7c488db14295843b4c2ed6575cf"},
304 {file = "uharfbuzz-0.39.1-cp312-cp312-win_amd64.whl", hash = "sha256:c748f500848ea1bb6ff18b776aecf87b3877df08e24ac1f1e74212e774b546ab"},
305 {file = "uharfbuzz-0.39.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:7f2ee047cd2a862c0f4949c1b7209f7a56bf35d6da0df01fba900d5b299592e6"},
306 {file = "uharfbuzz-0.39.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b98fdbc225491141366b654a973a54c45af19dd336c8985ba48247323b910adb"},
307 {file = "uharfbuzz-0.39.1-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:31ba27cdd2f298272fe0b5245e0a5651505c7faadd201760c8e4903843ea11ef"},
308 {file = "uharfbuzz-0.39.1-cp36-cp36m-win32.whl", hash = "sha256:67bf6c9b2ffaeb7a86a3606076b5561c16f0ad01a8b452b246a7952aef5ebb88"},
309 {file = "uharfbuzz-0.39.1-cp36-cp36m-win_amd64.whl", hash = "sha256:0c4abb207429e5da4a6a26ece3c3c139afa632d6efbbc51a342187d09faffb06"},
310 {file = "uharfbuzz-0.39.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:2aa768f57bd5b01e9a9130592264f3462a05e1a39b64103cb2149dc4455a68ed"},
311 {file = "uharfbuzz-0.39.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dc4a3c85da41d65e257e938e492e0c81919084096a34308df55ee9eeffde3f1b"},
312 {file = "uharfbuzz-0.39.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:ed3b4ef2cbf8cf12ce266579ee8f837c88078f7062bc2669bc3ea10fefe95492"},
313 {file = "uharfbuzz-0.39.1-cp37-cp37m-win32.whl", hash = "sha256:e924602e4bd57eda18b9fd775dd87faec2934ae39bd5831cb73df4a9da0dc250"},
314 {file = "uharfbuzz-0.39.1-cp37-cp37m-win_amd64.whl", hash = "sha256:24a7f7fc1b765964f1cf2500d9492df62a37d279ef8441fb2c357f25bc741da8"},
315 {file = "uharfbuzz-0.39.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:454fcacdab0ebac7e4716e567c5de8981df5eda52edd1646ecee04c350ffedc1"},
316 {file = "uharfbuzz-0.39.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1dc770b8f282afe8061ed6da07be9990105c58198dccbeb0d758865c37f30e26"},
317 {file = "uharfbuzz-0.39.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:6d870e5078a265269131259a2df4a1c9874c6cc19d2f0e9c3cafb836881b0cbe"},
318 {file = "uharfbuzz-0.39.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3d9c281e1d954f75327c6c547fd3f2cea06d85313e67ea39dd39f25585a20bdb"},
319 {file = "uharfbuzz-0.39.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:ab048a89bf78b3ec63f1fc7f6af4ecd7b7675bef9d99b0c1ad5f7b9af933f669"},
320 {file = "uharfbuzz-0.39.1-cp38-cp38-win32.whl", hash = "sha256:1748dceda8f86c0336adeffb9fa656e08f363990926738201dd13d9516d834b4"},
321 {file = "uharfbuzz-0.39.1-cp38-cp38-win_amd64.whl", hash = "sha256:0afd6e4321005c4f1a1928255b4cd908ba98399132dcc3fbcdbdc1b2481f0cc8"},
322 {file = "uharfbuzz-0.39.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:ea26b656ad51fddeb02b38e2e81f3f186f3d64a48d3d67d04c07aeb60287eb3e"},
323 {file = "uharfbuzz-0.39.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:fcb72fb04b30f638b09b14a349938d68ae667b8a62ce971c20c590c54e645672"},
324 {file = "uharfbuzz-0.39.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:29b005d422741c37ff5c61aebb68a2c30f189de8d2f9aede9031aa39125ea522"},
325 {file = "uharfbuzz-0.39.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4bc2cfdc1243fd1e566694f616bde8c1fe3e0d3aa1a46ac816fc20f5c612fb4f"},
326 {file = "uharfbuzz-0.39.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:6b79e8086a843623c0be277e57f4caa92285ff92b7d8942902dfb29eefa41f16"},
327 {file = "uharfbuzz-0.39.1-cp39-cp39-win32.whl", hash = "sha256:70bb8a2a1e337a2d80d42828c37d95be40fb79fa56f9a2784232e20b7ae19bab"},
328 {file = "uharfbuzz-0.39.1-cp39-cp39-win_amd64.whl", hash = "sha256:65b6fdad6d2b0c65080a02feac44597213298284293a8f9f7dd771a38b2f24cd"},
329 {file = "uharfbuzz-0.39.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:a3940d4b91cbbc634249168ae8ebc9f9b41b5efc0559d660c9efb016ac656dee"},
330 {file = "uharfbuzz-0.39.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:69531f9259019d108f54e4a4841457c85890994243d01a2a37ae3fdb715af426"},
331 {file = "uharfbuzz-0.39.1-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:0e3e1f67c4975e48ad65d04978ca7493b095e25dd73075d96001a0093f583c76"},
332 {file = "uharfbuzz-0.39.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:9ded9538c33fa0a9e8bbaf06854f380a014b40f47de55d7a25f9ca6a1b4e0e1a"},
333 {file = "uharfbuzz-0.39.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:615717a2d380dd56519472fb083a50b0658f2da32e6b17cd95b172c841aced77"},
334 {file = "uharfbuzz-0.39.1-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:07c8f0c1f33629f6aa8986b914412fae5cdeae3aa50c0ba49142b70eccb39385"},
335 {file = "uharfbuzz-0.39.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:8539fbd22a6e3eaedd46c051c93447b8acb2aec5a85475ad3332364282dfa988"},
336 {file = "uharfbuzz-0.39.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5bd4593644d9728ddf1fb345bf329c9054d647401926f30c071f540f02c240db"},
337 {file = "uharfbuzz-0.39.1-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:3521f0394c0aef1e506d2e39d21ae52d3df9d66c0b34e64395fe0e6568292a54"},
338 {file = "uharfbuzz-0.39.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:1feb2fdccd34661875e625db59791154336565602c241f22ad077bfb6d16a12a"},
339 {file = "uharfbuzz-0.39.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a049f55f58db81ca0bc8d0a3cba4352b2e3fb4271750e5ab64a672f83648b9ea"},
340 {file = "uharfbuzz-0.39.1-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:e98db6d6fec06b53f3257bddb039ac3c20be5778d049d9ef0df0dcfab9e92778"},
341 {file = "uharfbuzz-0.39.1.zip", hash = "sha256:68c341f7cc9e43418b2db295eb679ed6dc638d58c11cf279d9bd28ce8a3ade06"},
342]
343
344[metadata]
345lock-version = "2.0"
346python-versions = "^3.11"
347content-hash = "f302365a156503161bfd50e7e1ed95c34d21ec38ea668c6aa351fa9ba6a8e8db"
diff --git a/poetry.lock.license b/poetry.lock.license
new file mode 100644
index 0000000..7bbf6f3
--- /dev/null
+++ b/poetry.lock.license
@@ -0,0 +1,3 @@
1SPDX-FileCopyrightText: 2024 Kristóf Marussy <kristof@marussy.com>
2
3SPDX-License-Identifier: CC0-1.0
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..bcfcdc1
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,27 @@
1# SPDX-FileCopyrightText: 2024 Kristóf Marussy <kristof@marussy.com>
2#
3# SPDX-License-Identifier: MIT
4
5[tool.poetry]
6package-mode = false
7name = "marussy-com"
8version = "0.0.0"
9description = "Personal website of Kristóf Marussy"
10authors = ["Kristóf Marussy <kristof@marussy.com>"]
11license = "MIT"
12readme = "README.md"
13
14[tool.poetry.scripts]
15subset-fonts = "scripts.subset_fonts:main"
16
17[tool.poetry.dependencies]
18python = "^3.11"
19brotli = "^1.1.0"
20uharfbuzz = "^0.39.1"
21fonttools = "^4.50.0"
22tqdm = "^4.66.2"
23jinja2 = "^3.1.3"
24
25[build-system]
26requires = ["poetry-core"]
27build-backend = "poetry.core.masonry.api"
diff --git a/scripts/fonts.css.jinja2 b/scripts/fonts.css.jinja2
new file mode 100644
index 0000000..c48dfbf
--- /dev/null
+++ b/scripts/fonts.css.jinja2
@@ -0,0 +1,23 @@
1/*
2 * Copyright (c) 2023 fontsource
3 * Copyright (c) 2024 Kristóf Marussy
4 *
5 * SPDX-License-Identifier: MIT
6 *
7 * Unicode ranges in this file have been copied from
8 * https://github.com/fontsource/font-files/blob/8f1eca463641648fc45ec8f3c7b7b195a8e6da9d/fonts/variable/recursive/full.css
9 *
10 * This file is automatically generated from `scripts/fonts.css.jinja2`
11 * by `scripts/subset_fonts.py`.
12 */
13
14{% for name, unicodes in unicodes_map.items() %}
15@font-face {
16 font-family: 'Recursive Variable';
17 font-style: oblique 0deg 15deg;
18 font-display: swap;
19 font-weight: 300 1000;
20 src: url(@site/src/fonts/{{name }}) format('woff2-variations');
21 unicode-range: {{ unicodes }};
22}
23{% endfor %}
diff --git a/scripts/subset_fonts.py b/scripts/subset_fonts.py
new file mode 100755
index 0000000..2c8da9f
--- /dev/null
+++ b/scripts/subset_fonts.py
@@ -0,0 +1,46 @@
1#!/usr/bin/env python
2# Copyright (c) 2023 fontsource
3# Copyright (c) 2024 Kristóf Marussy
4#
5# SPDX-License-Identifier: MIT
6#
7# Unicode ranges in this file have been copied from
8# https://github.com/fontsource/font-files/blob/8f1eca463641648fc45ec8f3c7b7b195a8e6da9d/fonts/variable/recursive/full.css
9
10from fontTools import subset
11from jinja2 import Environment, FileSystemLoader
12from tqdm import tqdm
13
14
15UNICODES_MAP = {
16 "recursive-latin.woff2": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD",
17 "recursive-latin-ext.woff2": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF",
18 "recursive-cyrillic.woff2": "U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F",
19 "recursive-vietnamese.woff2": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB",
20}
21
22
23def main():
24 for name, unicodes in tqdm(UNICODES_MAP.items()):
25 subset.main(
26 [
27 "src/fonts/Recursive_VF_1.085.ttf",
28 f"--unicodes={unicodes}",
29 f"--output-file=src/fonts/{name}",
30 "--flavor=woff2",
31 "--layout-features+=ss02,ss05,ss10,ss12,titl,liga",
32 "--desubroutinize",
33 "--obfuscate-names",
34 ]
35 )
36
37 file_loader = FileSystemLoader("scripts")
38 env = Environment(loader=file_loader)
39 template = env.get_template("fonts.css.jinja2")
40 output = template.render(unicodes_map=UNICODES_MAP)
41 with open("src/css/fonts.css", "w") as f:
42 f.write(output)
43
44
45if __name__ == "__main__":
46 main()
diff --git a/src/components/landing/sections/Hero.module.css b/src/components/landing/sections/Hero.module.css
index 4c55001..67e7d54 100644
--- a/src/components/landing/sections/Hero.module.css
+++ b/src/components/landing/sections/Hero.module.css
@@ -58,6 +58,7 @@
58 font-weight: 500; 58 font-weight: 500;
59 --casl: 0; 59 --casl: 0;
60 font-size: 1.5rem; 60 font-size: 1.5rem;
61 letter-spacing: normal;
61} 62}
62 63
63.introduction__name { 64.introduction__name {
@@ -65,6 +66,7 @@
65 font-weight: var(--ifm-heading-font-weight); 66 font-weight: var(--ifm-heading-font-weight);
66 --casl: 1; 67 --casl: 1;
67 font-size: 2.5rem; 68 font-size: 2.5rem;
69 letter-spacing: var(--marussy-heading-tracking);
68 white-space: pre; 70 white-space: pre;
69} 71}
70 72
diff --git a/src/components/landing/sections/Resume.module.css b/src/components/landing/sections/Resume.module.css
index 762d12f..b1ae29e 100644
--- a/src/components/landing/sections/Resume.module.css
+++ b/src/components/landing/sections/Resume.module.css
@@ -45,7 +45,11 @@
45 position: absolute; 45 position: absolute;
46 width: 0.25rem; 46 width: 0.25rem;
47 top: 0.5rem; 47 top: 0.5rem;
48 bottom: 0; 48 /*
49 * Shorten line so it is always covered if the last line contains
50 * a CV item circle.
51 */
52 bottom: 0.125rem;
49 left: 0.5rem; 53 left: 0.5rem;
50 background: var(--ifm-color-primary); 54 background: var(--ifm-color-primary);
51 transform: skew(0, -30deg); 55 transform: skew(0, -30deg);
diff --git a/src/css/custom.css b/src/css/custom.css
index 14b514a..b8899be 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -10,8 +10,7 @@
10 * work well for content-centric websites. 10 * work well for content-centric websites.
11 */ 11 */
12 12
13@import '@fontsource-variable/recursive/full.css'; 13@import './fonts.css';
14
15@import './sr-only.css'; 14@import './sr-only.css';
16 15
17/* You can override the default Infima variables here. */ 16/* You can override the default Infima variables here. */
@@ -31,6 +30,8 @@
31 --casl: 0; 30 --casl: 0;
32 --slnt: 0; 31 --slnt: 0;
33 --crsv: 0; 32 --crsv: 0;
33 --marussy-heading-tracking: -0.032em;
34 --marussy-heading-tracking-looser: -0.026em;
34} 35}
35 36
36/* For readability concerns, you should choose a lighter palette in dark mode. */ 37/* For readability concerns, you should choose a lighter palette in dark mode. */
@@ -46,11 +47,22 @@
46} 47}
47 48
48* { 49* {
50 /*
51 * We must use `!important` here, because Infima sometimes sets font
52 * properties with `font:`, which would normally overwrite these rules.
53 */
49 font-variation-settings: 54 font-variation-settings:
50 'MONO' var(--mono), 55 'MONO' var(--mono),
51 'CASL' var(--casl), 56 'CASL' var(--casl),
52 'slnt' var(--slnt), 57 'slnt' var(--slnt),
53 'CRSV' var(--crsv); 58 'CRSV' var(--crsv) !important;
59 font-feature-settings:
60 'ss02',
61 /* Use single-story g everywhere. */ 'ss05' var(--mono),
62 /* Simplified l in code. */ 'ss10' var(--mono),
63 /* Dotted zero in code. */ 'ss12' var(--mono),
64 /* Simplified @ in code. */ 'titl' var(--casl),
65 /* No descender for Q in titles. */ 'liga' !important; /* Enable italic ligatures. */
54} 66}
55 67
56i, 68i,
@@ -76,6 +88,15 @@ h6,
76 --casl: 1; 88 --casl: 1;
77} 89}
78 90
91h1,
92h2 {
93 letter-spacing: var(--marussy-heading-tracking);
94}
95
96h3 {
97 letter-spacing: var(--marussy-heading-tracking-looser);
98}
99
79.hash-link { 100.hash-link {
80 font-weight: 500; 101 font-weight: 500;
81 --casl: 0; 102 --casl: 0;
diff --git a/src/css/fonts.css b/src/css/fonts.css
new file mode 100644
index 0000000..a4f637b
--- /dev/null
+++ b/src/css/fonts.css
@@ -0,0 +1,55 @@
1/*
2 * Copyright (c) 2023 fontsource
3 * Copyright (c) 2024 Kristóf Marussy
4 *
5 * SPDX-License-Identifier: MIT
6 *
7 * Unicode ranges in this file have been copied from
8 * https://github.com/fontsource/font-files/blob/8f1eca463641648fc45ec8f3c7b7b195a8e6da9d/fonts/variable/recursive/full.css
9 *
10 * This file is automatically generated from `scripts/fonts.css.jinja2`
11 * by `scripts/subset_fonts.py`.
12 */
13
14@font-face {
15 font-family: 'Recursive Variable';
16 font-style: oblique 0deg 15deg;
17 font-display: swap;
18 font-weight: 300 1000;
19 src: url(@site/src/fonts/recursive-latin.woff2) format('woff2-variations');
20 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
21 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
22 U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
23}
24
25@font-face {
26 font-family: 'Recursive Variable';
27 font-style: oblique 0deg 15deg;
28 font-display: swap;
29 font-weight: 300 1000;
30 src: url(@site/src/fonts/recursive-latin-ext.woff2) format('woff2-variations');
31 unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
32 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
33}
34
35@font-face {
36 font-family: 'Recursive Variable';
37 font-style: oblique 0deg 15deg;
38 font-display: swap;
39 font-weight: 300 1000;
40 src: url(@site/src/fonts/recursive-cyrillic.woff2) format('woff2-variations');
41 unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
42 U+FE2E-FE2F;
43}
44
45@font-face {
46 font-family: 'Recursive Variable';
47 font-style: oblique 0deg 15deg;
48 font-display: swap;
49 font-weight: 300 1000;
50 src: url(@site/src/fonts/recursive-vietnamese.woff2)
51 format('woff2-variations');
52 unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
53 U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
54 U+1EA0-1EF9, U+20AB;
55}
diff --git a/src/fonts/Recursive_VF_1.085.ttf b/src/fonts/Recursive_VF_1.085.ttf
new file mode 100644
index 0000000..367e2df
--- /dev/null
+++ b/src/fonts/Recursive_VF_1.085.ttf
Binary files differ
diff --git a/src/fonts/Recursive_VF_1.085.ttf.license b/src/fonts/Recursive_VF_1.085.ttf.license
new file mode 100644
index 0000000..8d68665
--- /dev/null
+++ b/src/fonts/Recursive_VF_1.085.ttf.license
@@ -0,0 +1,6 @@
1Copyright 2020 The Recursive Project Authors (https://github.com/arrowtype/recursive)
2
3SPDX-License-Identifier: OFL-1.1
4
5This file was downloaded from
6https://github.com/arrowtype/recursive/blob/6d491202cea5cf6a493ef710cbef2527b9b08939/fonts/ArrowType-Recursive-1.085/Recursive_Desktop/Recursive_VF_1.085.ttf
diff --git a/src/fonts/recursive-cyrillic.woff2 b/src/fonts/recursive-cyrillic.woff2
new file mode 100644
index 0000000..cbcefaa
--- /dev/null
+++ b/src/fonts/recursive-cyrillic.woff2
Binary files differ
diff --git a/src/fonts/recursive-cyrillic.woff2.license b/src/fonts/recursive-cyrillic.woff2.license
new file mode 100644
index 0000000..78e793f
--- /dev/null
+++ b/src/fonts/recursive-cyrillic.woff2.license
@@ -0,0 +1,5 @@
1Copyright 2020 The Recursive Project Authors (https://github.com/arrowtype/recursive)
2
3SPDX-License-Identifier: OFL-1.1
4
5This file is automatically generated by `scripts/subset_fonts.py`.
diff --git a/src/fonts/recursive-latin-ext.woff2 b/src/fonts/recursive-latin-ext.woff2
new file mode 100644
index 0000000..4870d27
--- /dev/null
+++ b/src/fonts/recursive-latin-ext.woff2
Binary files differ
diff --git a/src/fonts/recursive-latin-ext.woff2.license b/src/fonts/recursive-latin-ext.woff2.license
new file mode 100644
index 0000000..78e793f
--- /dev/null
+++ b/src/fonts/recursive-latin-ext.woff2.license
@@ -0,0 +1,5 @@
1Copyright 2020 The Recursive Project Authors (https://github.com/arrowtype/recursive)
2
3SPDX-License-Identifier: OFL-1.1
4
5This file is automatically generated by `scripts/subset_fonts.py`.
diff --git a/src/fonts/recursive-latin.woff2 b/src/fonts/recursive-latin.woff2
new file mode 100644
index 0000000..f5d9a32
--- /dev/null
+++ b/src/fonts/recursive-latin.woff2
Binary files differ
diff --git a/src/fonts/recursive-latin.woff2.license b/src/fonts/recursive-latin.woff2.license
new file mode 100644
index 0000000..78e793f
--- /dev/null
+++ b/src/fonts/recursive-latin.woff2.license
@@ -0,0 +1,5 @@
1Copyright 2020 The Recursive Project Authors (https://github.com/arrowtype/recursive)
2
3SPDX-License-Identifier: OFL-1.1
4
5This file is automatically generated by `scripts/subset_fonts.py`.
diff --git a/src/fonts/recursive-vietnamese.woff2 b/src/fonts/recursive-vietnamese.woff2
new file mode 100644
index 0000000..e5e43d1
--- /dev/null
+++ b/src/fonts/recursive-vietnamese.woff2
Binary files differ
diff --git a/src/fonts/recursive-vietnamese.woff2.license b/src/fonts/recursive-vietnamese.woff2.license
new file mode 100644
index 0000000..78e793f
--- /dev/null
+++ b/src/fonts/recursive-vietnamese.woff2.license
@@ -0,0 +1,5 @@
1Copyright 2020 The Recursive Project Authors (https://github.com/arrowtype/recursive)
2
3SPDX-License-Identifier: OFL-1.1
4
5This file is automatically generated by `scripts/subset_fonts.py`.
diff --git a/src/theme/SiteMetadata.jsx b/src/theme/SiteMetadata.jsx
index 13a7678..1639677 100644
--- a/src/theme/SiteMetadata.jsx
+++ b/src/theme/SiteMetadata.jsx
@@ -5,10 +5,11 @@
5 */ 5 */
6 6
7import Head from '@docusaurus/Head'; 7import Head from '@docusaurus/Head';
8import fontURL from '@fontsource-variable/recursive/files/recursive-latin-full-normal.woff2?url';
9 8
10import SiteMetadata from '@theme-original/SiteMetadata'; 9import SiteMetadata from '@theme-original/SiteMetadata';
11 10
11import fontURL from '@site/src/fonts/recursive-latin.woff2?url';
12
12export default function SiteMetadataWrapper(props) { 13export default function SiteMetadataWrapper(props) {
13 return ( 14 return (
14 <> 15 <>
diff --git a/yarn.lock b/yarn.lock
index 9b26209..dd3c9a4 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1904,13 +1904,6 @@ __metadata:
1904 languageName: node 1904 languageName: node
1905 linkType: hard 1905 linkType: hard
1906 1906
1907"@fontsource-variable/recursive@npm:^5.0.17":
1908 version: 5.0.17
1909 resolution: "@fontsource-variable/recursive@npm:5.0.17"
1910 checksum: 10c0/a3f5c5f0f2894e5b4dcd834e020ba8dba19b197dcd312cdb05e3df77b0056d7e7cc40179526e3a6c4eec18d097efd622cf4ae50accb010c4ed420177fca2e829
1911 languageName: node
1912 linkType: hard
1913
1914"@hapi/hoek@npm:^9.0.0": 1907"@hapi/hoek@npm:^9.0.0":
1915 version: 9.3.0 1908 version: 9.3.0
1916 resolution: "@hapi/hoek@npm:9.3.0" 1909 resolution: "@hapi/hoek@npm:9.3.0"
@@ -7500,7 +7493,6 @@ __metadata:
7500 "@docusaurus/theme-common": "npm:^3.1.1" 7493 "@docusaurus/theme-common": "npm:^3.1.1"
7501 "@docusaurus/tsconfig": "npm:^3.1.1" 7494 "@docusaurus/tsconfig": "npm:^3.1.1"
7502 "@docusaurus/types": "npm:^3.1.1" 7495 "@docusaurus/types": "npm:^3.1.1"
7503 "@fontsource-variable/recursive": "npm:^5.0.17"
7504 "@mdx-js/react": "npm:^3.0.1" 7496 "@mdx-js/react": "npm:^3.0.1"
7505 "@phosphor-icons/react": "npm:2.1.3" 7497 "@phosphor-icons/react": "npm:2.1.3"
7506 "@swc/core": "npm:^1.4.8" 7498 "@swc/core": "npm:^1.4.8"