diff --git a/_includes/head.html b/_includes/head.html index 361cc0c..70eb465 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -8,7 +8,7 @@ - + diff --git a/_sass/_chaospott.scss b/_sass/_chaospott.scss index ad1ee91..769a3d5 100644 --- a/_sass/_chaospott.scss +++ b/_sass/_chaospott.scss @@ -2,7 +2,7 @@ font-family: 'Share Tech'; font-style: normal; font-weight: 400; - src: local('Share Tech'), local('ShareTech-Regular'), url(/fonts/ShareTech-Regular.ttf); + src: local('Share Tech'), local('ShareTech-Regular'), url(/fonts/ShareTech-Regular.woff2) format('woff2'), url(/fonts/ShareTech-Regular.ttf) format('truetype'); } * { diff --git a/fonts/ShareTech-Regular.woff2 b/fonts/ShareTech-Regular.woff2 new file mode 100644 index 0000000..1e51afb Binary files /dev/null and b/fonts/ShareTech-Regular.woff2 differ