Skip to content

Commit 3f7f188

Browse files
update according to font changes
1 parent 501b67b commit 3f7f188

File tree

97 files changed

+24
-15
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+24
-15
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<style>
2020
@font-face {
2121
font-family: "CommitMono";
22-
src: url("/src/fonts/fontlab/CommitMonoV139-VF.woff2");
22+
src: url("/src/fonts/fontlab/CommitMonoV140-VF.woff2");
2323
font-style: normal;
2424
font-weight: 400;
2525
font-display: swap;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ <h2>Programs used</h2>
11901190
<div tabindex="0" id="block_tab_end"></div>
11911191
</div>
11921192
<script>
1193-
const versionOfCommitMono = "V139"
1193+
const versionOfCommitMono = "V140"
11941194
let fontsLoaded = false
11951195
const commitMono = new FontFace(
11961196
"CommitMono",

src/features/ss01_less_equal.fea

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ feature ss01 {
33
# less_equal, exclam_equal substitution
44

55
# feature
6-
ignore sub exclam' equal' equal' equal;
7-
sub exclam' equal' equal' by exclam_equal_equal.liga;
6+
ignore sub [exclam exclam.square]' equal' equal' equal;
7+
sub [exclam exclam.square]' equal' equal' by exclam_equal_equal.liga;
88
sub exclam_equal_equal.liga by exclam_equal_equal.liga space space;
99

10-
ignore sub exclam' equal' equal;
11-
sub exclam' equal' by exclam_equal.liga;
10+
ignore sub [exclam exclam.square]' equal' equal;
11+
sub [exclam exclam.square]' equal' by exclam_equal.liga;
1212
sub exclam_equal.liga by exclam_equal.liga space;
1313

1414
ignore sub less' equal' equal;

src/fonts/CommitMono-1.139.zip

-698 KB
Binary file not shown.

src/fonts/CommitMono-1.140.zip

701 KB
Binary file not shown.
-151 KB
Binary file not shown.
-146 KB
Binary file not shown.
-154 KB
Binary file not shown.
-147 KB
Binary file not shown.
-153 KB
Binary file not shown.

0 commit comments

Comments
 (0)