Skip to content

Commit 87eaebc

Browse files
version 136
1 parent 1beea44 commit 87eaebc

File tree

77 files changed

+9
-5
lines changed

Some content is hidden

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

77 files changed

+9
-5
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ <h2>Programs used</h2>
11971197
<div tabindex="0" id="block_tab_end"></div>
11981198
</div>
11991199
<script>
1200-
const versionOfCommitMono = "V135"
1200+
const versionOfCommitMono = "V136"
12011201
let fontsLoaded = false
12021202
const commitMono = new FontFace("CommitMono", `url(/src/fonts/CommitMono${versionOfCommitMono}-VF.woff2)`, {
12031203
style: "normal",

src/features/ss03_case.fea

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ feature ss03 {
1919
ignore sub @case_default @case_default @case_default' @case_default @case_default @lowercase_actor;
2020
ignore sub @case_default @case_default @case_default @case_default' @case_default @lowercase_actor;
2121
ignore sub @case_default @case_default @case_default @case_default @case_default' @lowercase_actor;
22+
ignore sub @case_default @uppercase_actor @case_default';
23+
ignore sub @case_default @case_default @uppercase_actor @case_default';
2224
sub @uppercase_actor @case_default' by @case_top;
2325
} CloseUp_1;
2426

@@ -28,6 +30,8 @@ feature ss03 {
2830
ignore sub @lowercase_actor @case_default @case_default @case_default';
2931
ignore sub @lowercase_actor @case_default @case_default @case_default @case_default';
3032
ignore sub @lowercase_actor @case_default @case_default @case_default @case_default @case_default';
33+
ignore sub @case_default' @uppercase_actor @case_default;
34+
ignore sub @case_default' @uppercase_actor @case_default @case_default;
3135
sub @case_default' @uppercase_actor by @case_top;
3236
sub @case_default' @case_default @uppercase_actor by @case_top;
3337
sub @case_default' @case_default @case_default @uppercase_actor by @case_top;
-141 KB
Binary file not shown.
-136 KB
Binary file not shown.
-144 KB
Binary file not shown.
-136 KB
Binary file not shown.
-143 KB
Binary file not shown.
-137 KB
Binary file not shown.
-143 KB
Binary file not shown.
-137 KB
Binary file not shown.
-143 KB
Binary file not shown.
-137 KB
Binary file not shown.
-143 KB
Binary file not shown.
-137 KB
Binary file not shown.
-143 KB
Binary file not shown.
-137 KB
Binary file not shown.
-143 KB
Binary file not shown.
-137 KB
Binary file not shown.
-143 KB
Binary file not shown.
-138 KB
Binary file not shown.
-143 KB
Binary file not shown.
-137 KB
Binary file not shown.
-144 KB
Binary file not shown.
-137 KB
Binary file not shown.
-143 KB
Binary file not shown.
-137 KB
Binary file not shown.
-143 KB
Binary file not shown.
-138 KB
Binary file not shown.
-144 KB
Binary file not shown.
-139 KB
Binary file not shown.
-144 KB
Binary file not shown.
-139 KB
Binary file not shown.
-144 KB
Binary file not shown.
-139 KB
Binary file not shown.
-142 KB
Binary file not shown.
-139 KB
Binary file not shown.

src/fonts/CommitMonoV135-VF.ttf

-232 KB
Binary file not shown.

src/fonts/CommitMonoV135-VF.woff2

-81.2 KB
Binary file not shown.
152 KB
Binary file not shown.
147 KB
Binary file not shown.
155 KB
Binary file not shown.
147 KB
Binary file not shown.
154 KB
Binary file not shown.
149 KB
Binary file not shown.
154 KB
Binary file not shown.
149 KB
Binary file not shown.
155 KB
Binary file not shown.
148 KB
Binary file not shown.
155 KB
Binary file not shown.
148 KB
Binary file not shown.
154 KB
Binary file not shown.
149 KB
Binary file not shown.
155 KB
Binary file not shown.
149 KB
Binary file not shown.
154 KB
Binary file not shown.
149 KB
Binary file not shown.
154 KB
Binary file not shown.
149 KB
Binary file not shown.
155 KB
Binary file not shown.
149 KB
Binary file not shown.
155 KB
Binary file not shown.
149 KB
Binary file not shown.
154 KB
Binary file not shown.
150 KB
Binary file not shown.
155 KB
Binary file not shown.
151 KB
Binary file not shown.
156 KB
Binary file not shown.
151 KB
Binary file not shown.
155 KB
Binary file not shown.
151 KB
Binary file not shown.
153 KB
Binary file not shown.
150 KB
Binary file not shown.

src/fonts/CommitMonoV136-VF.ttf

270 KB
Binary file not shown.

src/fonts/CommitMonoV136-VF.woff2

83.1 KB
Binary file not shown.

src/js/code_section.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async function updateCodeFont() {
5454
})
5555
.catch((err) => console.log(err))
5656
// opentype
57-
// .load("src/fonts/CommitMonoV135-500Regular.otf")
57+
// .load("src/fonts/CommitMonoV136-500Regular.otf")
5858
// .then((font) => {
5959
// console.log(font)
6060
// console.log(font.toTables())

src/js/nav.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,8 @@ function checkTutorialKeys(e) {
472472
tutorialFinished = true
473473
const tutorialContainer = document.querySelector("#tutorial_complete")
474474
tutorialContainer.innerHTML = `<p>Tutorial complete! Your present is the variable version of Commit Mono:</p>
475-
<p><a href="/src/fonts/CommitMonoV135-VF.ttf" tabindex="0">Download CommitMono-VF.ttf</a></p>
476-
<p><a href="/src/fonts/CommitMonoV135-VF.woff2" tabindex="0">Download CommitMono-VF.woff2</a></p>
475+
<p><a href="/src/fonts/CommitMonoV136-VF.ttf" tabindex="0">Download CommitMono-VF.ttf</a></p>
476+
<p><a href="/src/fonts/CommitMonoV136-VF.woff2" tabindex="0">Download CommitMono-VF.woff2</a></p>
477477
<br />`
478478
}
479479
}

src/txt/woff2_conversion_guide.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#1 Place file in Downloads
22
#2 Navigate to /Developer/woff2
3-
#3 ./woff2_compress ~/Downloads/CommitMonoV135-VF.ttf
3+
#3 ./woff2_compress ~/Downloads/CommitMonoV136-VF.ttf

0 commit comments

Comments
 (0)