summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2022-08-03 09:39:42 +0200
committerpolo <ordipolo@gmx.fr>2022-08-03 09:39:42 +0200
commita1a9c5d80d800f6c38b900c66c77db05801a6f1d (patch)
treeeaceec65ef21bb7e827610a7fe3b67f93a299775 /public
parente4a74650a36bbb72285d38d96ee2a0689031521e (diff)
downloadmelaine-a1a9c5d80d800f6c38b900c66c77db05801a6f1d.zip
police de caractère
Diffstat (limited to 'public')
-rw-r--r--public/css/accueil.css20
-rw-r--r--public/fonts/IMPACTED.TTFbin0 -> 107032 bytes
2 files changed, 13 insertions, 7 deletions
diff --git a/public/css/accueil.css b/public/css/accueil.css
index e7f8413..2a42e29 100644
--- a/public/css/accueil.css
+++ b/public/css/accueil.css
@@ -1,6 +1,6 @@
1/* public/accueil.css */ 1/* public/accueil.css */
2 2
3@font-face /* pour .police_titre */ 3/*@font-face
4{ 4{
5 font-family: "you_are_loved"; 5 font-family: "you_are_loved";
6 src: url('../fonts/you_are_loved.ttf') format('truetype'), 6 src: url('../fonts/you_are_loved.ttf') format('truetype'),
@@ -8,6 +8,12 @@
8 url('../fonts/you_are_loved.eot?#iefix') format('embedded-opentype'), 8 url('../fonts/you_are_loved.eot?#iefix') format('embedded-opentype'),
9 url('../fonts/you_are_loved.woff2') format('woff2'), 9 url('../fonts/you_are_loved.woff2') format('woff2'),
10 url('../fonts/you_are_loved.woff') format('woff'); 10 url('../fonts/you_are_loved.woff') format('woff');
11}*/
12
13@font-face /* pour .police_titre */
14{
15 font-family: "IMPACTED";
16 src: url('../fonts/IMPACTED.TTF') format('truetype');
11} 17}
12 18
13.no_underline 19.no_underline
@@ -59,6 +65,12 @@ li a
59 color: #666; 65 color: #666;
60} 66}
61 67
68.police_titre
69{
70 font-family: IMPACTED, Arial, sans;
71 color: #ddc97a;
72}
73
62a:hover:not(.police_titre) /* :not() = sauf */ 74a:hover:not(.police_titre) /* :not() = sauf */
63{ 75{
64 color: #000000; 76 color: #000000;
@@ -245,9 +257,7 @@ button
245 .police_titre 257 .police_titre
246 { 258 {
247 max-width: 550px; 259 max-width: 550px;
248 font-family: you_are_loved, Arial, sans;
249 font-size: 250%; 260 font-size: 250%;
250 color: #ddc97a;
251 margin-left: 30px; 261 margin-left: 30px;
252 padding-top: 20px; 262 padding-top: 20px;
253 } 263 }
@@ -320,9 +330,7 @@ button
320 330
321 .police_titre 331 .police_titre
322 { 332 {
323 font-family: you_are_loved, Arial, sans;
324 font-size: 200%; 333 font-size: 200%;
325 color: #ddc97a;
326 margin-left: 25px; 334 margin-left: 25px;
327 } 335 }
328 .police_titre:not(.police_titre_header) 336 .police_titre:not(.police_titre_header)
@@ -420,9 +428,7 @@ button
420 428
421 .police_titre 429 .police_titre
422 { 430 {
423 font-family: you_are_loved, Arial, sans;
424 font-size: 150%; 431 font-size: 150%;
425 color: #ddc97a;
426 margin-left: 15px; 432 margin-left: 15px;
427 } 433 }
428 .police_titre:not(.police_titre_header) 434 .police_titre:not(.police_titre_header)
diff --git a/public/fonts/IMPACTED.TTF b/public/fonts/IMPACTED.TTF
new file mode 100644
index 0000000..c099baa
--- /dev/null
+++ b/public/fonts/IMPACTED.TTF
Binary files differ