diff --git a/src/components/App.js b/src/components/App.js index ca93410..304da2a 100644 --- a/src/components/App.js +++ b/src/components/App.js @@ -40,7 +40,7 @@ export default class App extends React.Component { FilePizza - Your files, delivered. - + diff --git a/static/fonts/LobsterTwo.woff2 b/static/fonts/LobsterTwo.woff2 new file mode 100755 index 0000000..ee9640e Binary files /dev/null and b/static/fonts/LobsterTwo.woff2 differ diff --git a/static/fonts/QuicksandBold.woff2 b/static/fonts/QuicksandBold.woff2 new file mode 100755 index 0000000..f61bc08 Binary files /dev/null and b/static/fonts/QuicksandBold.woff2 differ diff --git a/static/fonts/QuicksandLight.woff2 b/static/fonts/QuicksandLight.woff2 new file mode 100755 index 0000000..3fdc01c Binary files /dev/null and b/static/fonts/QuicksandLight.woff2 differ diff --git a/static/fonts/QuicksandNormal.woff2 b/static/fonts/QuicksandNormal.woff2 new file mode 100755 index 0000000..572e6d6 Binary files /dev/null and b/static/fonts/QuicksandNormal.woff2 differ diff --git a/static/fonts/fonts.css b/static/fonts/fonts.css new file mode 100755 index 0000000..f32cdc8 --- /dev/null +++ b/static/fonts/fonts.css @@ -0,0 +1,32 @@ +/* latin */ +@font-face { + font-family: 'Lobster Two'; + font-style: normal; + font-weight: 400; + src: local('Lobster Two'), local('LobsterTwo'), url(./LobsterTwo.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; +} +/* latin */ +@font-face { + font-family: 'Quicksand'; + font-style: normal; + font-weight: 300; + src: local('Quicksand Light'), local('Quicksand-Light'), url(./QuicksandLight.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; +} +/* latin */ +@font-face { + font-family: 'Quicksand'; + font-style: normal; + font-weight: 400; + src: local('Quicksand Regular'), local('Quicksand-Regular'), url(./QuicksandNormal.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; +} +/* latin */ +@font-face { + font-family: 'Quicksand'; + font-style: normal; + font-weight: 700; + src: local('Quicksand Bold'), local('Quicksand-Bold'), url(./QuicksandBold.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; +}