diff --git a/style/stylesheet.css b/style/stylesheet.css index ac244ed..425ca43 100644 --- a/style/stylesheet.css +++ b/style/stylesheet.css @@ -1,6 +1,7 @@ @font-face { font-family: TeXGyreCursor; - src: url('texgyrecursor-regular.woff'); + src: url('texgyrecursor-regular.woff2') format('woff2'), + url('texgyrecursor-regular.woff') format('woff'); font-weight: normal; font-style: normal; @@ -8,7 +9,8 @@ @font-face { font-family: TeXGyreCursor; - src: url('texgyrecursor-bold.woff'); + src: url('texgyrecursor-bold.woff2') format('woff2'), + url('texgyrecursor-bold.woff') format('woff'); font-weight: bold; font-style: normal; } diff --git a/style/texgyrecursor-bold.woff b/style/texgyrecursor-bold.woff index 22ba146..a57451b 100644 Binary files a/style/texgyrecursor-bold.woff and b/style/texgyrecursor-bold.woff differ diff --git a/style/texgyrecursor-bold.woff2 b/style/texgyrecursor-bold.woff2 new file mode 100644 index 0000000..047b659 Binary files /dev/null and b/style/texgyrecursor-bold.woff2 differ diff --git a/style/texgyrecursor-regular.woff b/style/texgyrecursor-regular.woff index 4f1f316..18cd4d3 100644 Binary files a/style/texgyrecursor-regular.woff and b/style/texgyrecursor-regular.woff differ diff --git a/style/texgyrecursor-regular.woff2 b/style/texgyrecursor-regular.woff2 new file mode 100644 index 0000000..e97ecd6 Binary files /dev/null and b/style/texgyrecursor-regular.woff2 differ