Skip to content

Commit 2cfc257

Browse files
committed
Bump Iosevka to 32.2.0
1 parent 92a05a8 commit 2cfc257

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

assets/custom-fonts.org

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
#+end_src
255255

256256
#+RESULTS:
257-
: v32.1.0
257+
: v32.2.0
258258

259259
Configuration: Tangle the following
260260

@@ -446,10 +446,10 @@
446446
#+end_src
447447

448448
#+RESULTS: iosevka-csums
449-
| IosevkaOrgro-Bold.ttf | 8417392 | 2771cc963d1aba0c4a653c0c12d549f6fb7058b6db7358c54ea1b0ac56b1c7e2 |
450-
| IosevkaOrgro-BoldItalic.ttf | 8776316 | 16f4e6f0759c02494581720ac128395377b6c57d64139225e0fe12b556c86f31 |
451-
| IosevkaOrgro-Italic.ttf | 8772048 | 762d4557714158d3114648013c35534c25b31777cd4d46a8662cc2818ddb3857 |
452-
| IosevkaOrgro-Regular.ttf | 8444820 | d149c8e4712de96cf6fc69b21a5638a06d75628675b8d11f99372c77657c5848 |
449+
| IosevkaOrgro-Bold.ttf | 8417088 | fc7c7d0afa7fa1e6bd08ae5b3d471726e5dc896f5a8319eb1f38959b2a4f7dab |
450+
| IosevkaOrgro-BoldItalic.ttf | 8776056 | 0ecc06885baf11220b2bf2275731c69220ba9903362939cdad21417502777830 |
451+
| IosevkaOrgro-Italic.ttf | 8771952 | b6df1f98f630e774d6953f08f23c68af50bae4ac32dc85b1e06bbff3e82bfbad |
452+
| IosevkaOrgro-Regular.ttf | 8444868 | 56b8970f2227e536c1654f9309f87307606aff7ae529229ae84f951db3198975 |
453453

454454
#+call: update-checksums(replacements=iosevka-csums)
455455

lib/src/fonts.dart

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,32 +77,32 @@ void _initCustomFonts() {
7777
fontWeight: FontWeight.w400,
7878
fontStyle: FontStyle.normal,
7979
),
80-
'd149c8e4712de96cf6fc69b21a5638a06d75628675b8d11f99372c77657c5848',
81-
8444820,
80+
'56b8970f2227e536c1654f9309f87307606aff7ae529229ae84f951db3198975',
81+
8444868,
8282
),
8383
_IosevkaFile(
8484
const DynamicFontsVariant(
8585
fontWeight: FontWeight.w700,
8686
fontStyle: FontStyle.normal,
8787
),
88-
'2771cc963d1aba0c4a653c0c12d549f6fb7058b6db7358c54ea1b0ac56b1c7e2',
89-
8417392,
88+
'fc7c7d0afa7fa1e6bd08ae5b3d471726e5dc896f5a8319eb1f38959b2a4f7dab',
89+
8417088,
9090
),
9191
_IosevkaFile(
9292
const DynamicFontsVariant(
9393
fontWeight: FontWeight.w400,
9494
fontStyle: FontStyle.italic,
9595
),
96-
'762d4557714158d3114648013c35534c25b31777cd4d46a8662cc2818ddb3857',
97-
8772048,
96+
'b6df1f98f630e774d6953f08f23c68af50bae4ac32dc85b1e06bbff3e82bfbad',
97+
8771952,
9898
),
9999
_IosevkaFile(
100100
const DynamicFontsVariant(
101101
fontWeight: FontWeight.w700,
102102
fontStyle: FontStyle.italic,
103103
),
104-
'16f4e6f0759c02494581720ac128395377b6c57d64139225e0fe12b556c86f31',
105-
8776316,
104+
'0ecc06885baf11220b2bf2275731c69220ba9903362939cdad21417502777830',
105+
8776056,
106106
),
107107
].fold<Map<DynamicFontsVariant, DynamicFontsFile>>(
108108
{},
@@ -364,7 +364,7 @@ class _IosevkaFile extends DynamicFontsFile {
364364
: super(expectedFileHash, expectedLength);
365365

366366
static const name = 'Iosevka';
367-
static const version = '32.1.0';
367+
static const version = '32.2.0';
368368

369369
final DynamicFontsVariant variant;
370370

0 commit comments

Comments
 (0)