diff --git a/assets/webfonts/hasklig-regular-webfont.woff b/assets/webfonts/hasklig-regular-webfont.woff deleted file mode 100644 index d52fc4c..0000000 Binary files a/assets/webfonts/hasklig-regular-webfont.woff and /dev/null differ diff --git a/assets/webfonts/hasklig-regular-webfont.woff2 b/assets/webfonts/hasklig-regular-webfont.woff2 deleted file mode 100644 index 66f21f2..0000000 Binary files a/assets/webfonts/hasklig-regular-webfont.woff2 and /dev/null differ diff --git a/assets/webfonts/hasklig-semibold-webfont.woff b/assets/webfonts/hasklig-semibold-webfont.woff new file mode 100644 index 0000000..340084a Binary files /dev/null and b/assets/webfonts/hasklig-semibold-webfont.woff differ diff --git a/assets/webfonts/hasklig-semibold-webfont.woff2 b/assets/webfonts/hasklig-semibold-webfont.woff2 new file mode 100644 index 0000000..38059a6 Binary files /dev/null and b/assets/webfonts/hasklig-semibold-webfont.woff2 differ diff --git a/css/fonts.css b/css/fonts.css index 72d6330..0578f83 100644 --- a/css/fonts.css +++ b/css/fonts.css @@ -1,7 +1,7 @@ @font-face { font-family: 'Hasklig'; - src: url('/assets/webfonts/hasklig-regular-webfont.woff2') format('woff2'), - url('hasklig-regular-webfont.woff') format('woff'); + src: url('/assets/webfonts/hasklig-semibold-webfont.woff2') format('woff2'), + url('/assets/webfonts/hasklig-semibold-webfont.woff') format('woff'); font-weight: normal; font-style: normal;