create two version old and new
This commit is contained in:
50
new/styles/fonts.css
Normal file
50
new/styles/fonts.css
Normal 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*/
|
||||
/*////////////////////////////////////////////////////*/
|
||||
|
||||
Reference in New Issue
Block a user