Files
2022_WEBSITE_kosmopolit/styles/fonts.css
2021-05-16 20:28:18 +02:00

51 lines
1.5 KiB
CSS

/*////////////////////////////////////////////////////*/
/*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*/
/*////////////////////////////////////////////////////*/