diff --git a/css/fonts.css b/css/fonts.css index 182ce94..ba9b229 100755 --- a/css/fonts.css +++ b/css/fonts.css @@ -3,8 +3,8 @@ ================================================================================ */ @font-face { font-family: 'hackregular'; - src: url('fonts/hack/Hack-Regular-webfont.woff2') format('woff2'), - url('fonts/hack/Hack-Regular-webfont.woff') format('woff'); + src: url('fonts/hack/hack-regular.woff2') format('woff2'), + url('fonts/hack/hack-regular.woff') format('woff'); font-weight: normal; font-style: normal; diff --git a/css/fonts/hack/Hack-Regular-webfont.woff b/css/fonts/hack/Hack-Regular-webfont.woff deleted file mode 100755 index 1fc277d..0000000 Binary files a/css/fonts/hack/Hack-Regular-webfont.woff and /dev/null differ diff --git a/css/fonts/hack/hack-regular.woff b/css/fonts/hack/hack-regular.woff new file mode 100644 index 0000000..e835381 Binary files /dev/null and b/css/fonts/hack/hack-regular.woff differ diff --git a/css/fonts/hack/hack-regular.woff2 b/css/fonts/hack/hack-regular.woff2 new file mode 100644 index 0000000..524465c Binary files /dev/null and b/css/fonts/hack/hack-regular.woff2 differ