diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/inknswitch/ShantellSans.woff2 | bin | 0 -> 148860 bytes | |||
-rw-r--r-- | js/inknswitch/index.html | 7 |
2 files changed, 6 insertions, 1 deletions
diff --git a/js/inknswitch/ShantellSans.woff2 b/js/inknswitch/ShantellSans.woff2 new file mode 100644 index 0000000..dcdf7c1 --- /dev/null +++ b/js/inknswitch/ShantellSans.woff2 Binary files differdiff --git a/js/inknswitch/index.html b/js/inknswitch/index.html index 07bdfe0..0371a18 100644 --- a/js/inknswitch/index.html +++ b/js/inknswitch/index.html @@ -5,7 +5,12 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>ink n switch</title> <style> - @import url('https://fonts.googleapis.com/css2?family=Shantell+Sans&display=swap'); + @font-face { + font-family: 'Shantell Sans'; + src: url('./ShantellSans.woff2') format('woff2'); + font-weight: normal; + font-style: normal; + } body { margin: 0; padding: 0; |