diff --git a/assets/baloo_thambi_2/BalooThambi2-Bold.ttf b/assets/baloo_thambi_2/BalooThambi2-Bold.ttf deleted file mode 100644 index 47a95c0..0000000 Binary files a/assets/baloo_thambi_2/BalooThambi2-Bold.ttf and /dev/null differ diff --git a/assets/baloo_thambi_2/BalooThambi2-Medium.ttf b/assets/baloo_thambi_2/BalooThambi2-Medium.ttf deleted file mode 100644 index 65d03ba..0000000 Binary files a/assets/baloo_thambi_2/BalooThambi2-Medium.ttf and /dev/null differ diff --git a/assets/baloo_thambi_2/baloothambi2-bold-webfont.woff b/assets/baloo_thambi_2/baloothambi2-bold-webfont.woff new file mode 100644 index 0000000..1ddc9ef Binary files /dev/null and b/assets/baloo_thambi_2/baloothambi2-bold-webfont.woff differ diff --git a/assets/baloo_thambi_2/baloothambi2-bold-webfont.woff2 b/assets/baloo_thambi_2/baloothambi2-bold-webfont.woff2 new file mode 100644 index 0000000..69e600f Binary files /dev/null and b/assets/baloo_thambi_2/baloothambi2-bold-webfont.woff2 differ diff --git a/assets/baloo_thambi_2/baloothambi2-medium-webfont.woff b/assets/baloo_thambi_2/baloothambi2-medium-webfont.woff new file mode 100644 index 0000000..0e71d71 Binary files /dev/null and b/assets/baloo_thambi_2/baloothambi2-medium-webfont.woff differ diff --git a/assets/baloo_thambi_2/baloothambi2-medium-webfont.woff2 b/assets/baloo_thambi_2/baloothambi2-medium-webfont.woff2 new file mode 100644 index 0000000..e680076 Binary files /dev/null and b/assets/baloo_thambi_2/baloothambi2-medium-webfont.woff2 differ diff --git a/index.html b/index.html index 1af0b47..4c3464d 100644 --- a/index.html +++ b/index.html @@ -6,8 +6,7 @@ - - + diff --git a/style.css b/style.css index 2061ddd..5c52572 100644 --- a/style.css +++ b/style.css @@ -10,17 +10,19 @@ } @font-face { - font-family:"Baloo Thambi 2"; - src:url("assets/baloo_thambi_2/BalooThambi2-Medium.ttf") format("truetype"); - font-weight:normal; - font-style:normal; + font-family: 'Baloo Thambi 2'; + src: url('assets/baloo_thambi_2/baloothambi2-medium-webfont.woff2') format('woff2'), + url('assets/baloo_thambi_2/baloothambi2-medium-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; } @font-face { - font-family:"Baloo Thambi 2"; - src:url("assets/baloo_thambi_2/BalooThambi2-Bold.ttf") format("truetype"); - font-weight:bold; - font-style:normal; + font-family: 'Baloo Thambi 2'; + src: url('assets/baloo_thambi_2/baloothambi2-bold-webfont.woff2') format('woff2'), + url('assets/baloo_thambi_2/baloothambi2-bold-webfont.woff') format('woff'); + font-weight: bold; + font-style: normal; } @@ -51,9 +53,9 @@ hr { } h1 { - font-family: "Duck Hunt", sans-serif; + /*font-family: "Duck Hunt", sans-serif;*/ font-size: 1.5rem; - font-weight: normal; + /*font-weight: normal;*/ text-align: center; }