diff --git a/fonts/Comfortaa-Latin-Light.woff b/fonts/Comfortaa-Latin-Light.woff new file mode 100644 index 0000000..ea2f7d5 Binary files /dev/null and b/fonts/Comfortaa-Latin-Light.woff differ diff --git a/fonts/Comfortaa-Latin.woff2 b/fonts/Comfortaa-Latin.woff2 new file mode 100644 index 0000000..a392f99 Binary files /dev/null and b/fonts/Comfortaa-Latin.woff2 differ diff --git a/fonts/Montserrat-Latin.woff2 b/fonts/Montserrat-Latin.woff2 new file mode 100644 index 0000000..70788c2 Binary files /dev/null and b/fonts/Montserrat-Latin.woff2 differ diff --git a/fonts/fonts.css b/fonts/fonts.css new file mode 100644 index 0000000..159057e --- /dev/null +++ b/fonts/fonts.css @@ -0,0 +1,27 @@ +/* latin */ +@font-face { + font-family: 'Comfortaa'; + font-style: normal; + font-weight: 300; + font-display: swap; + src: url(./Comfortaa-Latin-Light.woff) 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+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} +/* latin */ +@font-face { + font-family: 'Comfortaa'; + font-style: normal; + font-weight: 700; + font-display: swap; + src: url(./Comfortaa-Latin.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+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} +/* latin */ +@font-face { + font-family: 'Montserrat'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: local('Montserrat Regular'), local('Montserrat-Regular'), url(./Montserrat-Latin.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+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} diff --git a/index.css b/index.css index 566e92b..127ec13 100644 --- a/index.css +++ b/index.css @@ -1,6 +1,6 @@ * { box-sizing: border-box; - font-family: Roboto; + font-family: Montserrat; } body { @@ -15,7 +15,7 @@ body { .left-pane { width: 60%; - background-color: #121212; + background-color: #202020; } .right-pane { @@ -68,6 +68,7 @@ h1, h2 { #home p, #contact p { text-align: justify; + text-align-last: center; } .icons { @@ -312,4 +313,11 @@ h3 { #contact { padding-bottom: 3em; } + .right-pane p a { + text-decoration: underline; + } + + .right-pane p a:hover { + text-decoration: none; + } } diff --git a/index.html b/index.html index 572cbc0..71da9f4 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ Ceda EI - + @@ -224,7 +224,7 @@ Contact -

Part of libreho.st network

+

Towards a free future.