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

+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/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

+1-1
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

+4-4
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.
-148 KB
Binary file not shown.
-153 KB
Binary file not shown.
-147 KB
Binary file not shown.
-154 KB
Binary file not shown.
-147 KB
Binary file not shown.
-154 KB
Binary file not shown.
-147 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.
-153 KB
Binary file not shown.
-147 KB
Binary file not shown.
-154 KB
Binary file not shown.
-148 KB
Binary file not shown.
-153 KB
Binary file not shown.
-148 KB
Binary file not shown.
-154 KB
Binary file not shown.
-148 KB
Binary file not shown.
-154 KB
Binary file not shown.
-147 KB
Binary file not shown.
-154 KB
Binary file not shown.
-148 KB
Binary file not shown.
-154 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.
-155 KB
Binary file not shown.
-150 KB
Binary file not shown.
-154 KB
Binary file not shown.
-150 KB
Binary file not shown.
-152 KB
Binary file not shown.
-149 KB
Binary file not shown.
-83.2 KB
Binary file not shown.
152 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.
154 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.
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.
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.
154 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.
156 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.
153 KB
Binary file not shown.
Binary file not shown.
83.7 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/CommitMonoV139-500Regular.otf")
57+
// .load("src/fonts/fontlab/CommitMonoV140-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
@@ -476,8 +476,8 @@ function checkTutorialKeys(e) {
476476
tutorialFinished = true
477477
const tutorialContainer = document.querySelector("#tutorial_complete")
478478
tutorialContainer.innerHTML = `<p>Tutorial complete! Your present is the variable version of Commit Mono:</p>
479-
<p><a href="/src/fonts/fontlab/CommitMonoV139-VF.ttf" tabindex="0">Download CommitMono-VF.ttf</a></p>
480-
<p><a href="/src/fonts/fontlab/CommitMonoV139-VF.woff2" tabindex="0">Download CommitMono-VF.woff2</a></p>
479+
<p><a href="/src/fonts/fontlab/CommitMonoV140-VF.ttf" tabindex="0">Download CommitMono-VF.ttf</a></p>
480+
<p><a href="/src/fonts/fontlab/CommitMonoV140-VF.woff2" tabindex="0">Download CommitMono-VF.woff2</a></p>
481481
<br />`
482482
}
483483
}

src/js/website_data.js

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.139
7-
mv src/fonts/website-export/CommitMono.zip src/fonts/CommitMono-1.139/CommitMono.zip
8-
cd src/fonts/CommitMono-1.139
6+
mkdir src/fonts/CommitMono-1.140
7+
mv src/fonts/website-export/CommitMono.zip src/fonts/CommitMono-1.140/CommitMono.zip
8+
cd src/fonts/CommitMono-1.140
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.139.zip CommitMono-1.139/ -x "*.DS_Store"
26-
rm -R CommitMono-1.139
25+
zip -vr CommitMono-1.140.zip CommitMono-1.140/ -x "*.DS_Store"
26+
rm -R CommitMono-1.140
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/CommitMonoV139/CommitMonoV139-VF.ttf
4+
~/Developer/woff2/woff2_compress ~/Library/CloudStorage/Dropbox/Privat/Eigils\ ting/projects/typography/Font\ Projects/code-mono-font/commit-mono/export/CommitMonoV140/CommitMonoV140-VF.ttf

0 commit comments

Comments
 (0)