Built mkdocs plugin, set font to desired options

This commit is contained in:
Luke Walker 2023-03-12 15:32:25 -04:00
parent 13a90172c2
commit b1916b5066
4 changed files with 48 additions and 36 deletions

6
docs/hooks.py Normal file
View file

@ -0,0 +1,6 @@
import os
import shutil
def copy_fonts(config, **kwargs):
site_dir = config['site_dir']
shutil.copytree('docs/static/fonts', os.path.join(site_dir, 'get'))