modification police roboto

This commit is contained in:
Vincent Ramiere 2021-10-18 13:55:19 +02:00
parent 94ce8e40fc
commit 32f5642d75
2 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<title>API REQRES</title> <title>API REQRES</title>
<script src="script.js" defer type="module"></script> <script src="script.js" defer type="module"></script>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
</head> </head>
<body> <body>
<h1>Our Team Members</h1> <h1>Our Team Members</h1>

View File

@ -1,3 +1,7 @@
body{
font-family: 'Roboto';
}
h1 { h1 {
text-align: center; text-align: center;
} }