diff --git a/css/stylesheet.sass b/css/stylesheet.sass index 958bac6..dceb476 100644 --- a/css/stylesheet.sass +++ b/css/stylesheet.sass @@ -21,6 +21,12 @@ h1, h2, h3, h4, h5, h6, p, label [v-cloak] display: none +a, a:visited, a:hover + color: $grey-text + text-decoration: underline +a:hover + color: $white-text + .header margin-bottom: 8em color: $white-text @@ -197,6 +203,29 @@ h1, h2, h3, h4, h5, h6, p, label margin-left: 15px word-break: break-all +/*-- Fonts --*/ + +@font-face + font-family: 'Lato' + font-style: normal + font-weight: 400 + src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/lato-regular.woff2) format('woff2') + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215 + +@font-face + font-family: 'Montserrat' + font-style: normal + font-weight: 400 + src: local('Montserrat Regular'), local('Montserrat-Regular'), url(../fonts/montserrat.woff2) format('woff2') + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215 + +@font-face + font-family: 'Montserrat' + font-style: normal + font-weight: 700 + src: local('Montserrat Bold'), local('Montserrat-Bold'), url(../fonts/montserrat-bold.woff2) format('woff2') + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215 + /*-- Responsive design -- @media screen and (max-width: 1280px) diff --git a/fonts/lato-regular.woff2 b/fonts/lato-regular.woff2 new file mode 100644 index 0000000..b14c76c Binary files /dev/null and b/fonts/lato-regular.woff2 differ diff --git a/fonts/montserrat-bold.woff2 b/fonts/montserrat-bold.woff2 new file mode 100644 index 0000000..6f24e3b Binary files /dev/null and b/fonts/montserrat-bold.woff2 differ diff --git a/fonts/montserrat.woff2 b/fonts/montserrat.woff2 new file mode 100644 index 0000000..2064548 Binary files /dev/null and b/fonts/montserrat.woff2 differ