create two version old and new

This commit is contained in:
Hugo LAMY
2022-03-26 18:56:28 +01:00
parent e10fc7ce33
commit 3d938681a0
575 changed files with 10766 additions and 3 deletions

50
old/styles/fonts.css Normal file
View File

@@ -0,0 +1,50 @@
/*////////////////////////////////////////////////////*/
/*FONTS*/
@font-face {
font-family: 'cabrion';
src: url('../fonts/cabrion/cabrion-light.woff2') format('woff2'),
url('../fonts/cabrion/cabrion-light.woff') format('woff');
url('../fonts/cabrion/cabrion-light.otf') format('opentype');
}
@font-face {
font-family: 'paradroid';
src: url('../fonts/paradroid/paradroidmono-light.woff2') format('woff2'),
url('../fonts/paradroid/paradroidmono-light.woff') format('woff');
url('../fonts/paradroid/paradroidmono-light.ttf') format('truetype');
}
@font-face {
font-family: 'louisgeorge';
src: url('../fonts/louisgeorge/louis_george_cafe.woff2') format('woff2'),
url('../fonts/louisgeorge/louis_george_cafe.woff') format('woff');
url('../fonts/louisgeorge/louis_george_cafe.ttf') format('truetype');
}
/*test fonts*/
@font-face {
font-family: 'evolventa';
src: url('../fonts/evolventa/Evolventa-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'ptroot';
src: url('../fonts/ptroot/Fonts/PT_Root_UI_Regular/PT_Root_UI_Regular.ttf') format('truetype');
}
@font-face {
font-family: 'tgalcefun';
src: url('../fonts/tgalcefun/TG_Alcefun.ttf') format('truetype');
}
@font-face {
font-family: 'bentonsansbook';
src: url('../fonts/bentonsansbook/BentonSansBook.otf') format('opentype');
}
@font-face {
font-family: 'larsseitlight';
src: url('../fonts/larsseitlight/Larsseit-Light.ttf') format('truetype');
}
/*FONTS*/
/*////////////////////////////////////////////////////*/