Change font from Arial to Roboto

This commit is contained in:
2023-05-15 18:39:25 +02:00
parent 72f18246d5
commit cac28c26c4
22 changed files with 32 additions and 19 deletions

View File

@@ -4,6 +4,7 @@
<meta charset="utf-8">
<title> Contacts </title>
<script src="/src/js/navbar.js" defer></script>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<script src="src/js/InfosEtContact/contacts/contacts.js" defer></script>
<script src="https://kit.fontawesome.com/5b8b37978c.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="src/css/appear.css">

View File

@@ -4,6 +4,7 @@
<meta charset="utf-8">
<title> Emplois </title>
<script src="/src/js/navbar.js" defer></script>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/5b8b37978c.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="src/css/appear.css">
<link rel="stylesheet" href="src/css/style_emplois.css">

View File

@@ -4,6 +4,7 @@
<meta charset="utf-8">
<title> Accueil </title>
<script src="/src/js/navbar.js" defer></script>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/5b8b37978c.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="src/css/appear.css">
<link rel="stylesheet" href="src/css/style.css">
@@ -45,7 +46,7 @@
<a href="recherche.html"class="btn">Voir nos axes de recherches</a>
<li class="actu">
<p>Fil d'actualité</p>
<ul>04/2022: Appel à candidature pour une thèse CIFRE avec lentreprise KARDHAM(plus dinformations)</ul>
<ul>04/2022: Appel à candidature pour une thèse CIFRE avec lentreprise KARDHAM (plus dinformations)</ul>
<ul>02/2022: Ghatass AKKAD rejoint notre équipe en tant quEnseignant Chercheur</ul>
<ul>12/2021: Appel à candidature pour un Postdoc avec lentreprise ACOME (plus dinformations)</ul>
</li>

View File

@@ -4,6 +4,7 @@
<meta charset="utf-8">
<title> Membres </title>
<script src="/src/js/navbar.js" defer></script>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<script src="/src/js/membres/membres.js" defer></script>
<script src="https://kit.fontawesome.com/5b8b37978c.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="src/css/appear.css">

View File

@@ -4,6 +4,7 @@
<meta charset="utf-8">
<title> Partenaires </title>
<script src="/src/js/navbar.js" defer></script>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/5b8b37978c.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="src/css/appear.css">
<link rel="stylesheet" href="src/css/style_partenaires.css">

View File

@@ -4,6 +4,7 @@
<meta charset="utf-8">
<title> Plan </title>
<script src="/src/js/navbar.js" defer></script>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/5b8b37978c.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="src/css/appear.css">
<link rel="stylesheet" href="src/css/style_plan.css">

View File

@@ -3,8 +3,9 @@
<head>
<meta charset="utf-8">
<title> Platformes technologiques </title>
<script src="/src/js/navbar.js" defer></script>
<script src="https://kit.fontawesome.com/5b8b37978c.js" crossorigin="anonymous"></script>
<script src="/src/js/navbar.js" defer></script>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/5b8b37978c.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="src/css/appear.css">
<link rel="stylesheet" href="src/css/style_techno.css">
<link rel="stylesheet" href="src/css/navbar.css">

View File

@@ -4,13 +4,14 @@
<meta charset="utf-8">
<title> Projets </title>
<script src="/src/js/navbar.js" defer></script>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/5b8b37978c.js" crossorigin="anonymous"></script>
<script type="module" src="src/js/projets/projets.js" defer></script>
<script src="src/js/projets/returnToTop.js" defer></script>
<link rel="stylesheet" href="src/css/appear.css">
<link rel="stylesheet" href="src/css/style_projets.css">
<link rel="stylesheet" href="src/css/navbar.css">
<link rel="stylesheet" href="src/css/footer.css">
<script type="module" src="src/js/projets/projets.js" defer></script>
<script src="src/js/projets/returnToTop.js" defer></script>
<link rel="stylesheet" href="src/css/appear.css">
<link rel="stylesheet" href="src/css/style_projets.css">
<link rel="stylesheet" href="src/css/navbar.css">
<link rel="stylesheet" href="src/css/footer.css">
</head>
<body>
<nav>

View File

@@ -4,6 +4,7 @@
<meta charset="utf-8">
<title> Publications </title>
<script src="/src/js/navbar.js" defer></script>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/5b8b37978c.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="src/css/appear.css">
<link rel="stylesheet" href="src/css/style_publications.css">

View File

@@ -4,6 +4,7 @@
<meta charset="utf-8">
<title> Thématique de recheche </title>
<script src="/src/js/navbar.js" defer></script>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/5b8b37978c.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="src/css/appear.css">
<link rel="stylesheet" href="src/css/style_recherche.css">

View File

@@ -10,12 +10,14 @@ footer{
color: #FFFFFF;
background-color: #48435C;
border-radius: 20px;
margin-top: 10px;
}
.foot{
display: flex;
flex-direction: row;
text-align: center;
padding: 2em;
padding-bottom: 1em;
flex-grow: 1;
align-items: center;
justify-content: space-between;

View File

@@ -6,6 +6,7 @@ nav {
border-radius: 20px;
color: #fff;
padding: 20px;
margin-bottom: 10px;
}
.burger-menu {

View File

@@ -1,5 +1,5 @@
body{
font-family: Arial, sans-serif;
font-family: 'Roboto', sans-serif;
}
img{

View File

@@ -1,5 +1,5 @@
body{
font-family: Arial, sans-serif;
font-family: 'Roboto', sans-serif;
}
img{

View File

@@ -1,5 +1,5 @@
body{
font-family: Arial, sans-serif;
font-family: 'Roboto', sans-serif;
}
h1{

View File

@@ -1,5 +1,5 @@
body{
font-family: Arial, sans-serif;
font-family: 'Roboto', sans-serif;
}
img{

View File

@@ -1,5 +1,5 @@
body{
font-family: Arial, sans-serif;
font-family: 'Roboto', sans-serif;
}
h1{

View File

@@ -1,5 +1,5 @@
body{
font-family: Arial, sans-serif;
font-family: 'Roboto', sans-serif;
}
#main{

View File

@@ -1,5 +1,5 @@
body{
font-family: Arial, sans-serif;
font-family: 'Roboto', sans-serif;
}
h1{

View File

@@ -1,5 +1,5 @@
body{
font-family: Arial, sans-serif;
font-family: 'Roboto', sans-serif;
}
img{

View File

@@ -1,5 +1,5 @@
body{
font-family: Arial, sans-serif;
font-family: 'Roboto', sans-serif;
}
img{

View File

@@ -1,5 +1,5 @@
body{
font-family: Arial, sans-serif;
font-family: 'Roboto', sans-serif;
}
img{