Changed fonts

This commit is contained in:
Keplyx 2019-05-18 17:37:08 +02:00
parent 67627b48ac
commit 33ba07a48f
5 changed files with 14 additions and 15 deletions

View file

@ -29,11 +29,13 @@ table {
Theme Styles Theme Styles
*******************************************************************************/ *******************************************************************************/
@font-face { font-family: Harry-P; src: url('../fonts/HARRYP__.TTF'); }
body { body {
box-sizing: border-box; box-sizing: border-box;
color: #b5b5b5; color: #b5b5b5;
font-size: 16px; font-size: 1.3rem;
font-family: 'Raleway', sans-serif; font-family: 'Eagle Lake', cursive;
line-height: 1.5; line-height: 1.5;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
text-align: center; text-align: center;
@ -42,23 +44,23 @@ body {
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
margin: 10px 0; margin: 10px 0;
color: #e0e0e0; color: #e0e0e0;
font-family: 'Montserrat', sans-serif; font-family: Harry-P, fantasy;
font-weight: normal; font-weight: normal;
letter-spacing: -1px; letter-spacing: -1px;
text-align: center; text-align: center;
} }
h1 { h1 {
font-size: 36px; font-size: 4rem;
} }
h2 { h2 {
padding-bottom: 10px; padding-bottom: 3rem;
font-size: 32px; font-size: 32px;
} }
h3 { h3 {
font-size: 24px; font-size: 2.5rem;
} }
h4 { h4 {
@ -217,18 +219,17 @@ Full-Width Styles
#title { #title {
margin: 0; margin: 0;
color: #e0e0e0; color: #e0e0e0;
font-size: 42px; font-size: 5rem;
text-shadow: #000000 0 0 5px; text-shadow: #000000 0 0 5px;
text-align: center; text-align: center;
font-family: 'Montserrat', sans-serif; font-family: Harry-P, fantasy;
font-weight: normal; font-weight: normal;
cursor: default; cursor: default;
} }
#timer { #timer {
color: #b5b5b5; color: #d8d8d8;
font-size: 20px; font-size: 2.5rem;
font-weight: 300;
background: none; background: none;
text-shadow: #000000 0 0 2px; text-shadow: #000000 0 0 2px;
border-bottom: none; border-bottom: none;

BIN
assets/fonts/HARRYP__.TTF Normal file

Binary file not shown.

View file

@ -11,8 +11,6 @@ class Dao
{ {
if ($this->debug) { if ($this->debug) {
$username = 'root'; $username = 'root';
// $username = 'phpmyadmin';
// $password = $this->read_password($path_to_password);
$password =''; $password ='';
$dsn = 'mysql:dbname=phpmyadmin;host=127.0.0.1'; $dsn = 'mysql:dbname=phpmyadmin;host=127.0.0.1';
} else { } else {

View file

@ -43,7 +43,7 @@ $scoreURSS = get_total_points('urss', $relativePath);
<link rel="stylesheet" type="text/css" media="screen" href="<?= $relativePath ?>assets/css/sidenav.css"> <link rel="stylesheet" type="text/css" media="screen" href="<?= $relativePath ?>assets/css/sidenav.css">
<link rel="stylesheet" type="text/css" media="screen" href="<?= $relativePath ?>assets/css/score.css"> <link rel="stylesheet" type="text/css" media="screen" href="<?= $relativePath ?>assets/css/score.css">
<link rel="stylesheet" type="text/css" media="screen" href="<?= $relativePath ?>assets/css/hamburger.css"> <link rel="stylesheet" type="text/css" media="screen" href="<?= $relativePath ?>assets/css/hamburger.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Raleway|Russo+One" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Eagle+Lake|Raleway|Russo+One" rel="stylesheet">
<link rel="shortcut icon" href="../favicon.ico"> <link rel="shortcut icon" href="../favicon.ico">
<title><?= $pageTitle ?> | INSAT Accueil 2019</title> <title><?= $pageTitle ?> | INSAT Accueil 2019</title>
<!-- Matomo --> <!-- Matomo -->

View file

@ -25,7 +25,7 @@ $relativePath = '';
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous"> integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" media="screen" href="assets/css/style.css"> <link rel="stylesheet" type="text/css" media="screen" href="assets/css/style.css">
<link rel="stylesheet" type="text/css" media="screen" href="assets/css/score.css"> <link rel="stylesheet" type="text/css" media="screen" href="assets/css/score.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Raleway|Russo+One" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Eagle+Lake|Raleway|Russo+One" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico"> <link rel="shortcut icon" href="favicon.ico">
<title>Semaine d'Accueil 2018 | INSA Toulouse</title> <title>Semaine d'Accueil 2018 | INSA Toulouse</title>
<!-- Matomo --> <!-- Matomo -->