Skip to content

Commit 1e14daf

Browse files
committed
Bump Iosevka to 6.0.1
1 parent a44aa4e commit 1e14daf

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
@@ -178,7 +178,7 @@
178178
#+end_src
179179

180180
#+RESULTS:
181-
: v6.0.0
181+
: v6.0.1
182182

183183
Configuration: Tangle the following
184184

@@ -350,10 +350,10 @@
350350
#+end_src
351351

352352
#+RESULTS: iosevka-csums
353-
| iosevka-orgro-bold.ttf | 3312144 | 3b57fbb8d0cb87589048eca03d9a5f936503baafd2937bf28ca3fe73ae3132bb |
354-
| iosevka-orgro-bolditalic.ttf | 3457108 | b6af99873ad4c3799ec80f9a85e8f965ddf2c2b42431cba4a30c7991e0e57f3a |
355-
| iosevka-orgro-italic.ttf | 3453164 | 1469d20037c2e019df297afd5c1cd26b22c9dd0916e2f548c1c4e290838299c2 |
356-
| iosevka-orgro-regular.ttf | 3315776 | 91ee1c455c6be95581fa616865e88f5d8aad26d55256e9332486689794c85fa2 |
353+
| iosevka-orgro-bold.ttf | 3310616 | a985f630df03dd99bb05cff93ae40ad5633e50f1746fb26b208fbde3644dadfa |
354+
| iosevka-orgro-bolditalic.ttf | 3456720 | 5b513a2bd4b850117df76e2c3719c9ca1825159228fbd4c0e64d72eb7c96174e |
355+
| iosevka-orgro-italic.ttf | 3453632 | 8ca7ec11d28384aeaf019512749edf38aefd14adc4bd8fcfd95d80d9e57a2fa4 |
356+
| iosevka-orgro-regular.ttf | 3317388 | 9a592451f45258bd5886ae7e2044c38f6bc4a25625b89c7df388f8ee5701c651 |
357357

358358
#+call: update-checksums(replacements=iosevka-csums)
359359

lib/src/fonts.dart

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,32 +76,32 @@ void _initCustomFonts() {
7676
fontWeight: FontWeight.w400,
7777
fontStyle: FontStyle.normal,
7878
),
79-
'91ee1c455c6be95581fa616865e88f5d8aad26d55256e9332486689794c85fa2',
80-
3315776,
79+
'9a592451f45258bd5886ae7e2044c38f6bc4a25625b89c7df388f8ee5701c651',
80+
3317388,
8181
),
8282
_IosevkaFile(
8383
const DynamicFontsVariant(
8484
fontWeight: FontWeight.w700,
8585
fontStyle: FontStyle.normal,
8686
),
87-
'3b57fbb8d0cb87589048eca03d9a5f936503baafd2937bf28ca3fe73ae3132bb',
88-
3312144,
87+
'a985f630df03dd99bb05cff93ae40ad5633e50f1746fb26b208fbde3644dadfa',
88+
3310616,
8989
),
9090
_IosevkaFile(
9191
const DynamicFontsVariant(
9292
fontWeight: FontWeight.w400,
9393
fontStyle: FontStyle.italic,
9494
),
95-
'1469d20037c2e019df297afd5c1cd26b22c9dd0916e2f548c1c4e290838299c2',
96-
3453164,
95+
'8ca7ec11d28384aeaf019512749edf38aefd14adc4bd8fcfd95d80d9e57a2fa4',
96+
3453632,
9797
),
9898
_IosevkaFile(
9999
const DynamicFontsVariant(
100100
fontWeight: FontWeight.w700,
101101
fontStyle: FontStyle.italic,
102102
),
103-
'b6af99873ad4c3799ec80f9a85e8f965ddf2c2b42431cba4a30c7991e0e57f3a',
104-
3457108,
103+
'5b513a2bd4b850117df76e2c3719c9ca1825159228fbd4c0e64d72eb7c96174e',
104+
3456720,
105105
),
106106
].fold<Map<DynamicFontsVariant, DynamicFontsFile>>(
107107
{},
@@ -259,7 +259,7 @@ class _IosevkaFile extends DynamicFontsFile {
259259
: super(expectedFileHash, expectedLength);
260260

261261
static const name = 'Iosevka';
262-
static const version = '6.0.0';
262+
static const version = '6.0.1';
263263

264264
final DynamicFontsVariant variant;
265265

0 commit comments

Comments
 (0)