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
*******************************************************************************/
@font-face { font-family: Harry-P; src: url('../fonts/HARRYP__.TTF'); }
body {
box-sizing: border-box;
color: #b5b5b5;
font-size: 16px;
font-family: 'Raleway', sans-serif;
font-size: 1.3rem;
font-family: 'Eagle Lake', cursive;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
text-align: center;
@ -42,23 +44,23 @@ body {
h1, h2, h3, h4, h5, h6 {
margin: 10px 0;
color: #e0e0e0;
font-family: 'Montserrat', sans-serif;
font-family: Harry-P, fantasy;
font-weight: normal;
letter-spacing: -1px;
text-align: center;
}
h1 {
font-size: 36px;
font-size: 4rem;
}
h2 {
padding-bottom: 10px;
padding-bottom: 3rem;
font-size: 32px;
}
h3 {
font-size: 24px;
font-size: 2.5rem;
}
h4 {
@ -217,18 +219,17 @@ Full-Width Styles
#title {
margin: 0;
color: #e0e0e0;
font-size: 42px;
font-size: 5rem;
text-shadow: #000000 0 0 5px;
text-align: center;
font-family: 'Montserrat', sans-serif;
font-family: Harry-P, fantasy;
font-weight: normal;
cursor: default;
}
#timer {
color: #b5b5b5;
font-size: 20px;
font-weight: 300;
color: #d8d8d8;
font-size: 2.5rem;
background: none;
text-shadow: #000000 0 0 2px;
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) {
$username = 'root';
// $username = 'phpmyadmin';
// $password = $this->read_password($path_to_password);
$password ='';
$dsn = 'mysql:dbname=phpmyadmin;host=127.0.0.1';
} 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/score.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">
<title><?= $pageTitle ?> | INSAT Accueil 2019</title>
<!-- Matomo -->

View file

@ -25,7 +25,7 @@ $relativePath = '';
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/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">
<title>Semaine d'Accueil 2018 | INSA Toulouse</title>
<!-- Matomo -->