From c3f153f165f10764ea7189ab501a767d9fc7117e Mon Sep 17 00:00:00 2001 From: abdoul aziz diallo <abdoul-aziz.diallo@etu.unistra.fr> Date: Mon, 13 Feb 2023 23:30:52 +0100 Subject: [PATCH] Add roboto font for the form --- assets/css/contact.css | 7 ++++--- contact.html | 6 ++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/assets/css/contact.css b/assets/css/contact.css index 895e50c..754cd20 100644 --- a/assets/css/contact.css +++ b/assets/css/contact.css @@ -1,6 +1,7 @@ -/* body { - background: linear-gradient(30deg, rgb(252, 233, 233), rgb(195, 189, 189)); -} */ +body { + /* background: linear-gradient(90deg, rgb(228, 220, 220), rgb(148, 138, 138)); */ + background-color: rgb(148, 138, 138); +} header { position: static; diff --git a/contact.html b/contact.html index a5074e6..0d13207 100644 --- a/contact.html +++ b/contact.html @@ -4,6 +4,12 @@ <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <link rel="preconnect" href="https://fonts.googleapis.com" /> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> + <link + href="https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap" + rel="stylesheet" + /> <link href="https://fonts.googleapis.com/css2?family=Raleway:wght@700&family=Oleo+Script:wght@700&family=Quicksand:wght@300;500;700&display=swap" rel="stylesheet" -- GitLab