Modification + intégration FONT
This commit is contained in:
parent
0ce9ca7fd8
commit
e1ba3b272f
|
@ -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'/>
|
||||
|
|
|
@ -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'/>
|
||||
|
|
|
@ -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'/>
|
||||
|
|
|
@ -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'/>
|
||||
|
|
|
@ -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;
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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>
|
||||
|
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
Loading…
Reference in New Issue