Skip to content

Commit ed27c84

Browse files
fix problem with cv10
1 parent 3f7f188 commit ed27c84

File tree

62 files changed

+63
-41
lines changed

Some content is hidden

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

62 files changed

+63
-41
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/CommitMonoV140-VF.woff2");
22+
src: url("/src/fonts/fontlab/CommitMonoV141-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 = "V140"
1193+
const versionOfCommitMono = "V141"
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/css/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ a:focus,
123123

124124
i {
125125
font-style: normal;
126-
font-variation-settings: "wght" 400, "ital" 1;
126+
font-variation-settings:
127+
"wght" 400,
128+
"ital" 1;
127129
}
128130

129131
h1 {
-83.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)