diff --git a/docs/WOFF/OTF/SourceSans3VF-Italic.otf.woff b/docs/WOFF/OTF/SourceSans3VF-Italic.otf.woff deleted file mode 100644 index e590eb4949..0000000000 Binary files a/docs/WOFF/OTF/SourceSans3VF-Italic.otf.woff and /dev/null differ diff --git a/docs/WOFF/OTF/SourceSans3VF-Roman.otf.woff b/docs/WOFF/OTF/SourceSans3VF-Roman.otf.woff deleted file mode 100644 index fe856fd56e..0000000000 Binary files a/docs/WOFF/OTF/SourceSans3VF-Roman.otf.woff and /dev/null differ diff --git a/docs/WOFF2/SourceSans3VF-Italic.otf.woff2 b/docs/WOFF2/SourceSans3VF-Italic.otf.woff2 new file mode 100644 index 0000000000..4d686e31ac Binary files /dev/null and b/docs/WOFF2/SourceSans3VF-Italic.otf.woff2 differ diff --git a/docs/WOFF2/TTF/SourceSans3VF-Italic.ttf.woff2 b/docs/WOFF2/SourceSans3VF-Italic.ttf.woff2 similarity index 100% rename from docs/WOFF2/TTF/SourceSans3VF-Italic.ttf.woff2 rename to docs/WOFF2/SourceSans3VF-Italic.ttf.woff2 diff --git a/docs/WOFF2/SourceSans3VF-Roman.otf.woff2 b/docs/WOFF2/SourceSans3VF-Roman.otf.woff2 new file mode 100644 index 0000000000..18aab2b906 Binary files /dev/null and b/docs/WOFF2/SourceSans3VF-Roman.otf.woff2 differ diff --git a/docs/WOFF2/TTF/SourceSans3VF-Roman.ttf.woff2 b/docs/WOFF2/SourceSans3VF-Roman.ttf.woff2 similarity index 100% rename from docs/WOFF2/TTF/SourceSans3VF-Roman.ttf.woff2 rename to docs/WOFF2/SourceSans3VF-Roman.ttf.woff2 diff --git a/docs/source-sans-3.css b/docs/source-sans-3.css index 970c172a41..f98535d4c3 100644 --- a/docs/source-sans-3.css +++ b/docs/source-sans-3.css @@ -113,16 +113,16 @@ font-weight: 200 900; font-style: normal; font-stretch: normal; - src: url('WOFF2/TTF/SourceSans3VF-Roman.ttf.woff2') format('woff2-variations'), - url('WOFF/OTF/SourceSans3VF-Roman.otf.woff') format('woff-variations'); + src: url('WOFF2/SourceSans3VF-Roman.otf.woff2') format('woff2-variations'), + url('WOFF2/SourceSans3VF-Roman.ttf.woff2') format('woff2-variations'); } @font-face{ font-family: 'Source Sans 3 VF'; font-weight: 200 900; font-style: italic; font-stretch: normal; - src: url('WOFF2/TTF/SourceSans3VF-Italic.ttf.woff2') format('woff2-variations'), - url('WOFF/OTF/SourceSans3VF-Italic.otf.woff') format('woff-variations'); + src: url('WOFF2/SourceSans3VF-Italic.otf.woff2') format('woff2-variations'), + url('WOFF2/SourceSans3VF-Italic.ttf.woff2') format('woff2-variations'); } }