diff --git a/fonts/index.css b/fonts/index.css new file mode 100644 index 0000000..9e1131f --- /dev/null +++ b/fonts/index.css @@ -0,0 +1,35 @@ +@font-face { + font-family: "Victor Mono"; + src: url("woff2/VictorMono-Regular.woff2") format("woff2"), + url("woff/VictorMono-Regular.woff") format("woff"); + font-weight: 400; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: "Victor Mono"; + src: url("woff2/VictorMono-Italic.woff2") format("woff2"), + url("woff/VictorMono-Italic.woff") format("woff"); + font-weight: 400; + font-style: italic; + font-display: swap; +} + +@font-face { + font-family: "Victor Mono"; + src: url("woff2/VictorMono-Bold.woff2") format("woff2"), + url("woff/VictorMono-Bold.woff") format("woff"); + font-weight: 700; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: "Victor Mono"; + src: url("woff2/VictorMono-BoldItalic.woff2") format("woff2"), + url("woff/VictorMono-BoldItalic.woff") format("woff"); + font-weight: 700; + font-style: italic; + font-display: swap; +} \ No newline at end of file diff --git a/fonts/woff/VictorMono-Bold.woff b/fonts/woff/VictorMono-Bold.woff new file mode 100644 index 0000000..87dd611 Binary files /dev/null and b/fonts/woff/VictorMono-Bold.woff differ diff --git a/fonts/woff/VictorMono-BoldItalic.woff b/fonts/woff/VictorMono-BoldItalic.woff new file mode 100644 index 0000000..aab0a6d Binary files /dev/null and b/fonts/woff/VictorMono-BoldItalic.woff differ diff --git a/fonts/woff/VictorMono-Italic.woff b/fonts/woff/VictorMono-Italic.woff new file mode 100644 index 0000000..a767d2d Binary files /dev/null and b/fonts/woff/VictorMono-Italic.woff differ diff --git a/fonts/woff/VictorMono-Regular.woff b/fonts/woff/VictorMono-Regular.woff new file mode 100644 index 0000000..0676e3e Binary files /dev/null and b/fonts/woff/VictorMono-Regular.woff differ diff --git a/fonts/woff2/VictorMono-Bold.woff2 b/fonts/woff2/VictorMono-Bold.woff2 new file mode 100644 index 0000000..9826002 Binary files /dev/null and b/fonts/woff2/VictorMono-Bold.woff2 differ diff --git a/fonts/woff2/VictorMono-BoldItalic.woff2 b/fonts/woff2/VictorMono-BoldItalic.woff2 new file mode 100644 index 0000000..221cbec Binary files /dev/null and b/fonts/woff2/VictorMono-BoldItalic.woff2 differ diff --git a/fonts/woff2/VictorMono-Italic.woff2 b/fonts/woff2/VictorMono-Italic.woff2 new file mode 100644 index 0000000..cbd6a7a Binary files /dev/null and b/fonts/woff2/VictorMono-Italic.woff2 differ diff --git a/fonts/woff2/VictorMono-Regular.woff2 b/fonts/woff2/VictorMono-Regular.woff2 new file mode 100644 index 0000000..33595b8 Binary files /dev/null and b/fonts/woff2/VictorMono-Regular.woff2 differ diff --git a/index.html b/index.html index 90f1b49..db22f3d 100644 --- a/index.html +++ b/index.html @@ -6,10 +6,12 @@