Skip to content
Snippets Groups Projects
Commit c3f153f1 authored by DIALLO ABDOUL-AZIZ's avatar DIALLO ABDOUL-AZIZ
Browse files

Add roboto font for the form

parent e796fae6
Branches
No related merge requests found
/* 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;
......
......@@ -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"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment