Skip to content

Commit 9da322e

Browse files
fix windows naming issue, bump to version 142
1 parent 83be8d5 commit 9da322e

File tree

95 files changed

+22
-30
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

+22
-30
lines changed

404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
@@ -19,7 +19,7 @@
1919
<style>
2020
@font-face {
2121
font-family: "CommitMono";
22-
src: url("/src/fonts/fontlab/CommitMonoV141-VF.woff2");
22+
src: url("/src/fonts/fontlab/CommitMonoV142-VF.woff2");
2323
font-style: normal;
2424
font-weight: 400;
2525
font-display: swap;

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
@@ -1190,15 +1190,15 @@ <h2>Programs used</h2>
11901190
<div tabindex="0" id="block_tab_end"></div>
11911191
</div>
11921192
<script>
1193-
const versionOfCommitMono = "V141"
1193+
const versionOfCommitMono = "V142"
11941194
let fontsLoaded = false
11951195
const commitMono = new FontFace(
11961196
"CommitMono",
11971197
`url(/src/fonts/fontlab/CommitMono${versionOfCommitMono}-VF.woff2)`,
11981198
{
11991199
style: "normal",
12001200
weight: "400",
1201-
},
1201+
}
12021202
)
12031203
// Add to the document.fonts (FontFaceSet)
12041204
document.fonts.add(commitMono)

src/fonts/CommitMono-1.141.zip

-701 KB
Binary file not shown.
-152 KB
Binary file not shown.
-147 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.

0 commit comments

Comments
 (0)