Move font next to the css.
This commit is contained in:
parent
253e648a30
commit
131b5c6cec
@ -60,6 +60,7 @@ def CreateDestinationDir (config, rootDir, websiteDir, version, testBuild):
|
|||||||
shutil.copy2 (os.path.join (rootDir, 'website', 'robots.txt'), websiteDir)
|
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, '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', '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'))
|
shutil.copytree (os.path.join (rootDir, 'website', 'info'), os.path.join (websiteDir, 'info'))
|
||||||
|
|
||||||
libFiles = config['lib_files']
|
libFiles = config['lib_files']
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
@font-face
|
@font-face
|
||||||
{
|
{
|
||||||
font-family: Quicksand;
|
font-family: Quicksand;
|
||||||
src: url('../assets/fonts/Quicksand/Quicksand-Regular.ttf');
|
src: url('Quicksand/Quicksand-Regular.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body
|
html, body
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user