creation formulaire + typo + style.css

This commit is contained in:
Olivia Marly
2022-12-14 18:47:03 +01:00
parent 63de7d525f
commit 7e6872126c
15 changed files with 3822 additions and 2 deletions

12
font/webfont/font.css Normal file
View File

@@ -0,0 +1,12 @@
@font-face {
font-family: 'Combined';
src: url('Combinedd.eot'); /* IE9 Compat Modes */
src: url('Combinedd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('Combinedd.woff') format('woff'), /* Modern Browsers */
url('Combinedd.ttf') format('truetype'), /* Safari, Android, iOS */
url('Combinedd.svg#55f4b4a94111759e08b3acb1acd12b8c') format('svg'); /* Legacy iOS */
font-style: normal;
font-weight: 400;
}