Changed font and improved css

This commit is contained in:
Keplyx 2018-05-23 17:21:21 +02:00
parent b98a92523b
commit 6868e03faf
5 changed files with 7 additions and 7 deletions

View file

@ -22,7 +22,6 @@
margin: 0 30px 0 30px;
text-decoration: none;
font-size: 20px;
font-family: 'Rubik', sans-serif;
color: #f0f0f0;
display: inline-flex;
transition: 0.3s;

View file

@ -40,7 +40,7 @@ body {
box-sizing: border-box;
color: #b5b5b5;
font-size: 16px;
font-family: 'Nunito Sans', sans-serif;
font-family: 'Raleway', sans-serif;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
text-align: center;
@ -49,7 +49,7 @@ body {
h1, h2, h3, h4, h5, h6 {
margin: 10px 0;
color: #e0e0e0;
font-family: 'Work Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
font-weight: normal;
letter-spacing: -1px;
text-align: center;
@ -214,8 +214,9 @@ Full-Width Styles
font-size: 42px;
text-shadow: #111 0 0 10px;
text-align: center;
font-family: 'Work Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
font-weight: normal;
cursor: default;
}
#description {

View file

@ -10,7 +10,7 @@
<link rel="stylesheet" type="text/css" media="screen" href="assets/css/hamburger.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/hammer.js/2.0.8/hammer.js"></script>
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans|Work+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Raleway" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body id="main">

View file

@ -86,7 +86,7 @@ ob_start(); // Start reading html
</div>
<h1>Informations</h1>
<div id="infoBox">
<p>Cliquez sur un évenement pour afficher ses Informations</p>
<p>Clique sur un évenement pour afficher ses Informations</p>
</div>
<script src="assets/scripts/planningScript.js"></script>
<?php

View file

@ -10,7 +10,7 @@
<link rel="stylesheet" type="text/css" media="screen" href="assets/css/hamburger.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/hammer.js/2.0.8/hammer.js"></script>
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans|Work+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Raleway" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico">
<?= $pageMeta // Additional metadata ?>
</head>