Skip to content

Commit 5f2a5cf

Browse files
update to v138
1 parent 7334674 commit 5f2a5cf

File tree

95 files changed

+11
-11
lines changed

Some content is hidden

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

95 files changed

+11
-11
lines changed

404.html

+1-1
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/CommitMonoV137-VF.woff2");
22+
src: url("/src/fonts/fontlab/CommitMonoV138-VF.woff2");
2323
font-style: normal;
2424
font-weight: 400;
2525
font-display: swap;

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 = "V137"
1200+
const versionOfCommitMono = "V138"
12011201
let fontsLoaded = false
12021202
const commitMono = new FontFace(
12031203
"CommitMono",

src/fonts/CommitMono-1.137.zip

-698 KB
Binary file not shown.

src/fonts/CommitMono-1.138.zip

698 KB
Binary file not shown.
-152 KB
Binary file not shown.
-147 KB
Binary file not shown.
-156 KB
Binary file not shown.
-149 KB
Binary file not shown.
-155 KB
Binary file not shown.
-148 KB
Binary file not shown.
-154 KB
Binary file not shown.
-148 KB
Binary file not shown.
-155 KB
Binary file not shown.
-148 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.
-155 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.
-149 KB
Binary file not shown.
-154 KB
Binary file not shown.
-149 KB
Binary file not shown.
-155 KB
Binary file not shown.
-150 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.
-156 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.
-150 KB
Binary file not shown.
-155 KB
Binary file not shown.
-151 KB
Binary file not shown.
-156 KB
Binary file not shown.
-150 KB
Binary file not shown.
-155 KB
Binary file not shown.
-151 KB
Binary file not shown.
-153 KB
Binary file not shown.
-151 KB
Binary file not shown.
-83.6 KB
Binary file not shown.
152 KB
Binary file not shown.
Binary file not shown.
156 KB
Binary file not shown.
Binary file not shown.
155 KB
Binary file not shown.
Binary file not shown.
154 KB
Binary file not shown.
Binary file not shown.
155 KB
Binary file not shown.
Binary file not shown.
155 KB
Binary file not shown.
Binary file not shown.
155 KB
Binary file not shown.
Binary file not shown.
155 KB
Binary file not shown.
Binary file not shown.
154 KB
Binary file not shown.
Binary file not shown.
155 KB
Binary file not shown.
Binary file not shown.
155 KB
Binary file not shown.
Binary file not shown.
156 KB
Binary file not shown.
Binary file not shown.
155 KB
Binary file not shown.
Binary file not shown.
155 KB
Binary file not shown.
Binary file not shown.
156 KB
Binary file not shown.
Binary file not shown.
155 KB
Binary file not shown.
Binary file not shown.
155 KB
Binary file not shown.
Binary file not shown.
155 KB
Binary file not shown.
Binary file not shown.
155 KB
Binary file not shown.
Binary file not shown.
155 KB
Binary file not shown.
Binary file not shown.
154 KB
Binary file not shown.
Binary file not shown.
83.3 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/fontlab/CommitMonoV137-500Regular.otf")
57+
// .load("src/fonts/fontlab/CommitMonoV138-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/fontlab/CommitMonoV137-VF.ttf" tabindex="0">Download CommitMono-VF.ttf</a></p>
476-
<p><a href="/src/fonts/fontlab/CommitMonoV137-VF.woff2" tabindex="0">Download CommitMono-VF.woff2</a></p>
475+
<p><a href="/src/fonts/fontlab/CommitMonoV138-VF.ttf" tabindex="0">Download CommitMono-VF.ttf</a></p>
476+
<p><a href="/src/fonts/fontlab/CommitMonoV138-VF.woff2" tabindex="0">Download CommitMono-VF.woff2</a></p>
477477
<br />`
478478
}
479479
}

src/txt/ttfautohint.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# step 3: run this from the root directory
44

55
rm src/fonts/*.zip
6-
mkdir src/fonts/CommitMono-1.137
7-
mv src/fonts/website-export/CommitMono.zip src/fonts/CommitMono-1.137/CommitMono.zip
8-
cd src/fonts/CommitMono-1.137
6+
mkdir src/fonts/CommitMono-1.138
7+
mv src/fonts/website-export/CommitMono.zip src/fonts/CommitMono-1.138/CommitMono.zip
8+
cd src/fonts/CommitMono-1.138
99
unzip CommitMono.zip
1010
rm CommitMono.zip
1111
mkdir ttfautohint
@@ -22,8 +22,8 @@ rm CommitMono-400-Italic-unhinted.ttf
2222
rm CommitMono-700-Regular-unhinted.ttf
2323
rm CommitMono-700-Italic-unhinted.ttf
2424
cd ..
25-
zip -vr CommitMono-1.137.zip CommitMono-1.137/ -x "*.DS_Store"
26-
rm -R CommitMono-1.137
25+
zip -vr CommitMono-1.138.zip CommitMono-1.138/ -x "*.DS_Store"
26+
rm -R CommitMono-1.138
2727
cd ..
2828
cd ..
2929

src/txt/woff2_conversion_guide.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#1 Place file in Downloads
22
#2 Navigate to /Developer/woff2
33
#3
4-
~/Developer/woff2/woff2_compress ~/Library/CloudStorage/Dropbox/Privat/Eigils\ ting/projects/typography/Font\ Projects/code-mono-font/commit-mono/export/CommitMonoV137/CommitMonoV137-VF.ttf
4+
~/Developer/woff2/woff2_compress ~/Library/CloudStorage/Dropbox/Privat/Eigils\ ting/projects/typography/Font\ Projects/code-mono-font/commit-mono/export/CommitMonoV138/CommitMonoV138-VF.ttf

0 commit comments

Comments
 (0)