Skip to content

Commit 8af186b

Browse files
change font version
1 parent 0bb286e commit 8af186b

File tree

75 files changed

+5
-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.

75 files changed

+5
-5
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ <h2>Programs used</h2>
10611061
<div tabindex="0" id="block_tab_end"></div>
10621062
</div>
10631063
<script>
1064-
const versionOfCommitMono = "V133"
1064+
const versionOfCommitMono = "V134"
10651065
let fontsLoaded = false
10661066
const commitMono = new FontFace("CommitMono", `url(/src/fonts/CommitMono${versionOfCommitMono}-VF.woff2)`, {
10671067
style: "normal",
-137 KB
Binary file not shown.
-132 KB
Binary file not shown.
-140 KB
Binary file not shown.
-133 KB
Binary file not shown.
-139 KB
Binary file not shown.
-133 KB
Binary file not shown.
-139 KB
Binary file not shown.
-133 KB
Binary file not shown.
-139 KB
Binary file not shown.
-133 KB
Binary file not shown.
-139 KB
Binary file not shown.
-133 KB
Binary file not shown.
-139 KB
Binary file not shown.
-134 KB
Binary file not shown.
-139 KB
Binary file not shown.
-134 KB
Binary file not shown.
-139 KB
Binary file not shown.
-134 KB
Binary file not shown.
-139 KB
Binary file not shown.
-134 KB
Binary file not shown.
-139 KB
Binary file not shown.
-133 KB
Binary file not shown.
-139 KB
Binary file not shown.
-134 KB
Binary file not shown.
-138 KB
Binary file not shown.
-134 KB
Binary file not shown.
-139 KB
Binary file not shown.
-135 KB
Binary file not shown.
-139 KB
Binary file not shown.
-135 KB
Binary file not shown.
-140 KB
Binary file not shown.
-135 KB
Binary file not shown.
-138 KB
Binary file not shown.
-135 KB
Binary file not shown.

src/fonts/CommitMonoV133-VF.woff2

-76.1 KB
Binary file not shown.
136 KB
Binary file not shown.
132 KB
Binary file not shown.
139 KB
Binary file not shown.
132 KB
Binary file not shown.
139 KB
Binary file not shown.
133 KB
Binary file not shown.
138 KB
Binary file not shown.
133 KB
Binary file not shown.
139 KB
Binary file not shown.
132 KB
Binary file not shown.
139 KB
Binary file not shown.
133 KB
Binary file not shown.
138 KB
Binary file not shown.
133 KB
Binary file not shown.
138 KB
Binary file not shown.
133 KB
Binary file not shown.
138 KB
Binary file not shown.
133 KB
Binary file not shown.
139 KB
Binary file not shown.
133 KB
Binary file not shown.
139 KB
Binary file not shown.
132 KB
Binary file not shown.
138 KB
Binary file not shown.
133 KB
Binary file not shown.
138 KB
Binary file not shown.
133 KB
Binary file not shown.
139 KB
Binary file not shown.
134 KB
Binary file not shown.
139 KB
Binary file not shown.
134 KB
Binary file not shown.
139 KB
Binary file not shown.
135 KB
Binary file not shown.
137 KB
Binary file not shown.
134 KB
Binary file not shown.
Binary file not shown.

src/fonts/CommitMonoV134-VF.woff2

75.9 KB
Binary file not shown.

src/js/code_section.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async function updateCodeFont() {
5555
.catch((err) => console.log(err))
5656

5757
// opentype
58-
// .load("src/fonts/CommitMonoV133-500Regular.otf")
58+
// .load("src/fonts/CommitMonoV134-500Regular.otf")
5959
// .then((font) => {
6060
// console.log(font)
6161
// console.log(font.toTables())

src/js/nav.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,8 @@ function checkTutorialKeys(e) {
464464
tutorialFinished = true
465465
const tutorialContainer = document.querySelector("#tutorial_complete")
466466
tutorialContainer.innerHTML = `<p>Tutorial complete! Your present is the variable version of Commit Mono:</p>
467-
<p><a href="/src/fonts/CommitMonoV133-VF.ttf" tabindex="0">Download CommitMono-VF.ttf</a></p>
468-
<p><a href="/src/fonts/CommitMonoV133-VF.woff2" tabindex="0">Download CommitMono-VF.woff2</a></p>
467+
<p><a href="/src/fonts/CommitMonoV134-VF.ttf" tabindex="0">Download CommitMono-VF.ttf</a></p>
468+
<p><a href="/src/fonts/CommitMonoV134-VF.woff2" tabindex="0">Download CommitMono-VF.woff2</a></p>
469469
<br />`
470470
}
471471
}

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/CommitMonoV133-VF.otf
3+
#3 ./woff2_compress ~/Downloads/CommitMonoV134-VF.otf

0 commit comments

Comments
 (0)