diff --git a/app/assets/stylesheets/fonts/Coustard-Black.woff b/app/assets/stylesheets/fonts/Coustard-Black.woff new file mode 100644 index 00000000..15b9fa14 Binary files /dev/null and b/app/assets/stylesheets/fonts/Coustard-Black.woff differ diff --git a/app/assets/stylesheets/fonts/Coustard.woff b/app/assets/stylesheets/fonts/Coustard.woff new file mode 100644 index 00000000..177c66ce Binary files /dev/null and b/app/assets/stylesheets/fonts/Coustard.woff differ diff --git a/app/assets/stylesheets/fonts/Lato-Bold.woff b/app/assets/stylesheets/fonts/Lato-Bold.woff new file mode 100644 index 00000000..4b172511 Binary files /dev/null and b/app/assets/stylesheets/fonts/Lato-Bold.woff differ diff --git a/app/assets/stylesheets/fonts/Lato-Italic.woff b/app/assets/stylesheets/fonts/Lato-Italic.woff new file mode 100644 index 00000000..09cc3791 Binary files /dev/null and b/app/assets/stylesheets/fonts/Lato-Italic.woff differ diff --git a/app/assets/stylesheets/fonts/Lato-Light.woff b/app/assets/stylesheets/fonts/Lato-Light.woff new file mode 100644 index 00000000..209dcdd8 Binary files /dev/null and b/app/assets/stylesheets/fonts/Lato-Light.woff differ diff --git a/app/assets/stylesheets/fonts/Lato-LightItalic.woff b/app/assets/stylesheets/fonts/Lato-LightItalic.woff new file mode 100644 index 00000000..4e91ecd9 Binary files /dev/null and b/app/assets/stylesheets/fonts/Lato-LightItalic.woff differ diff --git a/app/assets/stylesheets/fonts/Lato-Regular.woff b/app/assets/stylesheets/fonts/Lato-Regular.woff new file mode 100644 index 00000000..f48e4848 Binary files /dev/null and b/app/assets/stylesheets/fonts/Lato-Regular.woff differ diff --git a/app/assets/stylesheets/fonts/Raleway-Bold.woff b/app/assets/stylesheets/fonts/Raleway-Bold.woff new file mode 100644 index 00000000..95127a9f Binary files /dev/null and b/app/assets/stylesheets/fonts/Raleway-Bold.woff differ diff --git a/app/assets/stylesheets/fonts/Raleway-Light.woff b/app/assets/stylesheets/fonts/Raleway-Light.woff new file mode 100644 index 00000000..e8d18314 Binary files /dev/null and b/app/assets/stylesheets/fonts/Raleway-Light.woff differ diff --git a/app/assets/stylesheets/fonts/Raleway.woff b/app/assets/stylesheets/fonts/Raleway.woff new file mode 100644 index 00000000..f042895d Binary files /dev/null and b/app/assets/stylesheets/fonts/Raleway.woff differ diff --git a/app/assets/stylesheets/splash.css.scss b/app/assets/stylesheets/splash.css.scss index 5388e8a8..eb1dfd63 100644 --- a/app/assets/stylesheets/splash.css.scss +++ b/app/assets/stylesheets/splash.css.scss @@ -1,6 +1,71 @@ -@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic); -@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700); -@import url(http://fonts.googleapis.com/css?family=Coustard:400,900); +@font-face { + font-family: 'Lato'; + font-style: normal; + font-weight: 300; + src: local('Lato Light'), local('Lato-Light'), url("fonts/Lato-Light.woff") format('woff'); +} + +@font-face { + font-family: 'Lato'; + font-style: normal; + font-weight: 400; + src: local('Lato Regular'), local('Lato-Regular'), url("fonts/Lato-Regular.woff") format('woff'); +} + +@font-face { + font-family: 'Lato'; + font-style: normal; + font-weight: 700; + src: local('Lato Bold'), local('Lato-Bold'), url("fonts/Lato-Bold.woff") format('woff'); +} + +@font-face { + font-family: 'Lato'; + font-style: italic; + font-weight: 300; + src: local('Lato Light Italic'), local('Lato-LightItalic'), url("fonts/Lato-LightItalic.woff") format('woff'); +} + +@font-face { + font-family: 'Lato'; + font-style: italic; + font-weight: 400; + src: local('Lato Italic'), local('Lato-Italic'), url("fonts/Lato-Italic.woff") format('woff'); +} + +@font-face { + font-family: 'Raleway'; + font-style: normal; + font-weight: 300; + src: local('Raleway Light'), local('Raleway-Light'), url("fonts/Raleway-Light.woff") format('woff'); +} + +@font-face { + font-family: 'Raleway'; + font-style: normal; + font-weight: 400; + src: local('Raleway'), url("fonts/Raleway.woff") format('woff'); +} + +@font-face { + font-family: 'Raleway'; + font-style: normal; + font-weight: 700; + src: local('Raleway Bold'), local('Raleway-Bold'), url("fonts/Raleway-Bold.woff") format('woff'); +} + +@font-face { + font-family: 'Coustard'; + font-style: normal; + font-weight: 400; + src: local('Coustard'), url("fonts/Coustard.woff") format('woff'); +} +@font-face { + font-family: 'Coustard'; + font-style: normal; + font-weight: 900; + src: local('Coustard-Black'), url("fonts/Coustard-Black.woff") format('woff'); +} body { background-color: #f2f2f2;