diff --git a/static/css/theme.css b/static/css/theme.css index d8bede237d..c8acb36b71 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -29,13 +29,13 @@ font-family: 'Work Sans'; font-style: normal; font-weight: 300; - src: url("../fonts/Work_Sans_300.woff2") format("woff2"), url("../fonts/Work_Sans_300.woff") format("woff"); + src: url("../fonts/WorkSans-Light.woff2") format("woff2"), url("../fonts/WorkSans-Light.woff") format("woff"); } @font-face { font-family: 'Work Sans'; font-style: normal; font-weight: 500; - src: url("../fonts/Work_Sans_500.woff2") format("woff2"), url("../fonts/Work_Sans_500.woff") format("woff"); + src: url("../fonts/WorkSans-Medium.woff2") format("woff2"), url("../fonts/WorkSans-Medium.woff") format("woff"); } body { background: #fff; diff --git a/static/fonts/WorkSans-Light.woff b/static/fonts/WorkSans-Light.woff new file mode 100644 index 0000000000..47f58a23c6 Binary files /dev/null and b/static/fonts/WorkSans-Light.woff differ diff --git a/static/fonts/WorkSans-Light.woff2 b/static/fonts/WorkSans-Light.woff2 new file mode 100644 index 0000000000..e7537e8045 Binary files /dev/null and b/static/fonts/WorkSans-Light.woff2 differ diff --git a/static/fonts/WorkSans-Medium.woff b/static/fonts/WorkSans-Medium.woff new file mode 100644 index 0000000000..79150e373b Binary files /dev/null and b/static/fonts/WorkSans-Medium.woff differ diff --git a/static/fonts/WorkSans-Medium.woff2 b/static/fonts/WorkSans-Medium.woff2 new file mode 100644 index 0000000000..5909c58e32 Binary files /dev/null and b/static/fonts/WorkSans-Medium.woff2 differ diff --git a/static/fonts/Work_Sans_300.woff b/static/fonts/Work_Sans_300.woff deleted file mode 100644 index 8d789eae97..0000000000 Binary files a/static/fonts/Work_Sans_300.woff and /dev/null differ diff --git a/static/fonts/Work_Sans_300.woff2 b/static/fonts/Work_Sans_300.woff2 deleted file mode 100644 index f6e216d64d..0000000000 Binary files a/static/fonts/Work_Sans_300.woff2 and /dev/null differ diff --git a/static/fonts/Work_Sans_500.woff b/static/fonts/Work_Sans_500.woff deleted file mode 100644 index df058514fb..0000000000 Binary files a/static/fonts/Work_Sans_500.woff and /dev/null differ diff --git a/static/fonts/Work_Sans_500.woff2 b/static/fonts/Work_Sans_500.woff2 deleted file mode 100644 index b06c54df0b..0000000000 Binary files a/static/fonts/Work_Sans_500.woff2 and /dev/null differ