Modification + intégration FONT

This commit is contained in:
xdrm-brackets 2015-12-19 18:15:04 +01:00
parent 0ce9ca7fd8
commit e1ba3b272f
18 changed files with 28 additions and 0 deletions

View File

@ -18,6 +18,7 @@ $answerType = (isset($_GET['type'])) ? $_GET['type'] : null;
<meta name='description' value='Site de test'/>
<meta name='author' value='{xdrm} & SeekDaSky'/>
<link rel='stylesheet' href='css/font.css'/>
<link rel='stylesheet' href='css/animations.css'/>
<link rel='stylesheet' href='css/global.css'/>
<link rel='stylesheet' href='css/responsive.css'/>

View File

@ -14,6 +14,7 @@ if(!Authentification::checkUser(0)){
<meta name='description' value='Site de test'/>
<meta name='author' value='{xdrm} & SeekDaSky'/>
<link rel='stylesheet' href='css/font.css'/>
<link rel='stylesheet' href='css/animations.css'/>
<link rel='stylesheet' href='css/global.css'/>
<link rel='stylesheet' href='css/responsive.css'/>

View File

@ -19,6 +19,7 @@ $answerType = (isset($_GET['type'])) ? $_GET['type'] : null;
<meta name='description' value='Site de test'/>
<meta name='author' value='{xdrm} & SeekDaSky'/>
<link rel='stylesheet' href='css/font.css'/>
<link rel='stylesheet' href='css/animations.css'/>
<link rel='stylesheet' href='css/global.css'/>
<link rel='stylesheet' href='css/blue-green.theme.css'/>

View File

@ -19,6 +19,7 @@ $answerType = (isset($_GET['type'])) ? $_GET['type'] : null;
<meta name='description' value='Site de test'/>
<meta name='author' value='{xdrm} & SeekDaSky'/>
<link rel='stylesheet' href='css/font.css'/>
<link rel='stylesheet' href='css/animations.css'/>
<link rel='stylesheet' href='css/global.css'/>
<link rel='stylesheet' href='css/purple.theme.css'/>

23
css/font.css Executable file
View File

@ -0,0 +1,23 @@
/***************************/
/**********Open Sans********/
/***************************/
@font-face{ /* REGULAR */
font-family: 'Open Sans';
src: url('./font/Open Sans/8.ttf');
}
@font-face{ /* BOLD */
font-family: 'Open Sans';
src: url('./font/Open Sans/9.ttf');
font-weight: bold;
}
@font-face{ /* ITALIC */
font-family: 'Open Sans';
src: url('./font/Open Sans/7.ttf');
font-style: italic;
}

BIN
css/font/Open Sans/1.ttf Executable file

Binary file not shown.

BIN
css/font/Open Sans/10.ttf Executable file

Binary file not shown.

BIN
css/font/Open Sans/2.ttf Executable file

Binary file not shown.

BIN
css/font/Open Sans/3.ttf Executable file

Binary file not shown.

BIN
css/font/Open Sans/4.ttf Executable file

Binary file not shown.

BIN
css/font/Open Sans/5.ttf Executable file

Binary file not shown.

BIN
css/font/Open Sans/6.ttf Executable file

Binary file not shown.

BIN
css/font/Open Sans/7.ttf Executable file

Binary file not shown.

BIN
css/font/Open Sans/8.ttf Executable file

Binary file not shown.

BIN
css/font/Open Sans/9.ttf Executable file

Binary file not shown.

View File

@ -29,6 +29,7 @@ if(Authentification::checkUser(0)){
<meta name='author' value='{xdrm} & SeekDaSky'/>
<link rel='stylesheet' href='css/font.css'/>
<link rel='stylesheet' href='css/login-material.css'/>
</head>
<body>

0
src/calendrier.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB

0
src/calendrier_code.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB