add aileron font
This commit is contained in:
parent
5cdcab9907
commit
383ba50d67
4 changed files with 15 additions and 2 deletions
|
@ -20,6 +20,9 @@ module.exports = function(eleventyConfig) {
|
|||
return value.filter(item => item.page.lang === this.page.lang)
|
||||
});
|
||||
|
||||
eleventyConfig.addPassthroughCopy({'./node_modules/@fontsource/aileron/latin.css': 'fonts/aileron.css'})
|
||||
eleventyConfig.addPassthroughCopy({'./node_modules/@fontsource/aileron/files': 'fonts/files'})
|
||||
|
||||
// copy german start page to root url
|
||||
eleventyConfig.on(
|
||||
"eleventy.after",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue