Move font next to the css.

This commit is contained in:
kovacsv 2021-08-06 14:44:25 +02:00
parent 253e648a30
commit 131b5c6cec
8 changed files with 2 additions and 1 deletions

View File

@ -60,6 +60,7 @@ def CreateDestinationDir (config, rootDir, websiteDir, version, testBuild):
shutil.copy2 (os.path.join (rootDir, 'website', 'robots.txt'), websiteDir)
shutil.copytree (os.path.join (rootDir, 'libs'), os.path.join (websiteDir, 'libs'))
shutil.copytree (os.path.join (rootDir, 'website', 'assets'), os.path.join (websiteDir, 'assets'))
shutil.copytree (os.path.join (rootDir, 'website', 'o3dv', 'css', 'Quicksand'), os.path.join (websiteDir, 'o3dv', 'Quicksand'))
shutil.copytree (os.path.join (rootDir, 'website', 'info'), os.path.join (websiteDir, 'info'))
libFiles = config['lib_files']

View File

@ -1,7 +1,7 @@
@font-face
{
font-family: Quicksand;
src: url('../assets/fonts/Quicksand/Quicksand-Regular.ttf');
src: url('Quicksand/Quicksand-Regular.ttf');
}
html, body