init commit

This commit is contained in:
root (ariane)
2025-10-10 20:31:12 +02:00
commit cccaa274f8
427 changed files with 1693738 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
/* ====================================================================================================================
* FONT-FACE
* ====================================================================================================================*/
@font-face {
font-family: '@{font-name}';
src:url('@{font-path}/@{font-file-name}.eot');
src:url('@{font-path}/@{font-file-name}.eot?#iefix') format('embedded-opentype'),
url('@{font-path}/@{font-file-name}.woff') format('woff'),
url('@{font-path}/@{font-file-name}.ttf') format('truetype'),
url('@{font-path}/@{font-file-name}.svg#flexslider-icon') format('svg');
font-weight: normal;
font-style: normal;
}