diff --git a/VAR/SourceCodeVariable-Italic.otf b/VAR/SourceCodeVariable-Italic.otf new file mode 100644 index 0000000000..ed2a336611 Binary files /dev/null and b/VAR/SourceCodeVariable-Italic.otf differ diff --git a/VAR/SourceCodeVariable-Italic.ttf b/VAR/SourceCodeVariable-Italic.ttf new file mode 100644 index 0000000000..6ed4607630 Binary files /dev/null and b/VAR/SourceCodeVariable-Italic.ttf differ diff --git a/VAR/SourceCodeVariable-Roman.otf b/VAR/SourceCodeVariable-Roman.otf new file mode 100644 index 0000000000..30046987e5 Binary files /dev/null and b/VAR/SourceCodeVariable-Roman.otf differ diff --git a/VAR/SourceCodeVariable-Roman.ttf b/VAR/SourceCodeVariable-Roman.ttf new file mode 100644 index 0000000000..42e619fc87 Binary files /dev/null and b/VAR/SourceCodeVariable-Roman.ttf differ diff --git a/WOFF/VAR/SourceCodeVariable-Italic.otf.woff b/WOFF/VAR/SourceCodeVariable-Italic.otf.woff new file mode 100644 index 0000000000..396397f21e Binary files /dev/null and b/WOFF/VAR/SourceCodeVariable-Italic.otf.woff differ diff --git a/WOFF/VAR/SourceCodeVariable-Italic.ttf.woff b/WOFF/VAR/SourceCodeVariable-Italic.ttf.woff new file mode 100644 index 0000000000..78dfd7bfcd Binary files /dev/null and b/WOFF/VAR/SourceCodeVariable-Italic.ttf.woff differ diff --git a/WOFF/VAR/SourceCodeVariable-Roman.otf.woff b/WOFF/VAR/SourceCodeVariable-Roman.otf.woff new file mode 100644 index 0000000000..6e51b4c41f Binary files /dev/null and b/WOFF/VAR/SourceCodeVariable-Roman.otf.woff differ diff --git a/WOFF/VAR/SourceCodeVariable-Roman.ttf.woff b/WOFF/VAR/SourceCodeVariable-Roman.ttf.woff new file mode 100644 index 0000000000..26fa3b68ce Binary files /dev/null and b/WOFF/VAR/SourceCodeVariable-Roman.ttf.woff differ diff --git a/WOFF2/VAR/SourceCodeVariable-Italic.otf.woff2 b/WOFF2/VAR/SourceCodeVariable-Italic.otf.woff2 new file mode 100644 index 0000000000..d19fb407c2 Binary files /dev/null and b/WOFF2/VAR/SourceCodeVariable-Italic.otf.woff2 differ diff --git a/WOFF2/VAR/SourceCodeVariable-Italic.ttf.woff2 b/WOFF2/VAR/SourceCodeVariable-Italic.ttf.woff2 new file mode 100644 index 0000000000..bbf25e8a50 Binary files /dev/null and b/WOFF2/VAR/SourceCodeVariable-Italic.ttf.woff2 differ diff --git a/WOFF2/VAR/SourceCodeVariable-Roman.otf.woff2 b/WOFF2/VAR/SourceCodeVariable-Roman.otf.woff2 new file mode 100644 index 0000000000..a0827e8e2c Binary files /dev/null and b/WOFF2/VAR/SourceCodeVariable-Roman.otf.woff2 differ diff --git a/WOFF2/VAR/SourceCodeVariable-Roman.ttf.woff2 b/WOFF2/VAR/SourceCodeVariable-Roman.ttf.woff2 new file mode 100644 index 0000000000..5c1cd9f864 Binary files /dev/null and b/WOFF2/VAR/SourceCodeVariable-Roman.ttf.woff2 differ diff --git a/source-code-variable.css b/source-code-variable.css new file mode 100755 index 0000000000..8a087327c2 --- /dev/null +++ b/source-code-variable.css @@ -0,0 +1,19 @@ +@font-face{ + font-family: 'Source Code Variable'; + font-weight: 200 900; + font-style: normal; + font-stretch: normal; + src: url('./WOFF2/VAR/SourceCodeVariable-Roman.ttf.woff2') format('woff2'), + url('./WOFF/VAR/SourceCodeVariable-Roman.ttf.woff') format('woff'), + url('./VAR/SourceCodeVariable-Roman.ttf') format('truetype'); +} + +@font-face{ + font-family: 'Source Code Variable'; + font-weight: 200 900; + font-style: italic; + font-stretch: normal; + src: url('./WOFF2/VAR/SourceCodeVariable-Italic.ttf.woff2') format('woff2'), + url('./WOFF/VAR/SourceCodeVariable-Italic.ttf.woff') format('woff'), + url('./VAR/SourceCodeVariable-Italic.ttf') format('truetype'); +}