diff --git a/assets/fonts/poppins/Poppins-Light.woff2 b/assets/fonts/poppins/Poppins-Light.woff2 new file mode 100644 index 0000000..f5770e7 Binary files /dev/null and b/assets/fonts/poppins/Poppins-Light.woff2 differ diff --git a/assets/fonts/poppins/Poppins-Regular.woff2 b/assets/fonts/poppins/Poppins-Regular.woff2 new file mode 100644 index 0000000..b4a6f9a Binary files /dev/null and b/assets/fonts/poppins/Poppins-Regular.woff2 differ diff --git a/assets/fonts/poppins/Poppins-Thin.woff2 b/assets/fonts/poppins/Poppins-Thin.woff2 new file mode 100644 index 0000000..f4bfc17 Binary files /dev/null and b/assets/fonts/poppins/Poppins-Thin.woff2 differ diff --git a/assets/fonts/poppins/poppins.css b/assets/fonts/poppins/poppins.css new file mode 100644 index 0000000..6b62000 --- /dev/null +++ b/assets/fonts/poppins/poppins.css @@ -0,0 +1,18 @@ +@font-face { + font-family: 'Poppins'; + src: url('Poppins-Regular.woff2') format('woff2'); + font-weight: 400; + font-style: normal; +} +@font-face { + font-family: 'Poppins'; + src: url('Poppins-Light.woff2') format('woff2'); + font-weight: 300; + font-style: normal; +} +@font-face { + font-family: 'Poppins'; + src: url('Poppins-Thin.woff2') format('woff2'); + font-weight: 100; + font-style: normal; +} diff --git a/index.html b/index.html index 3130d95..69a3c56 100755 --- a/index.html +++ b/index.html @@ -3,9 +3,9 @@ Quad's site - +
diff --git a/style.css b/style.css index 2532ae5..77a46e4 100755 --- a/style.css +++ b/style.css @@ -40,7 +40,7 @@ a:hover { overflow: hidden; margin: 0; color: #FFF; - font-family: "Lato", sans-serif; + font-family: "Poppins", sans-serif; } #content {