mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
fonts: add Play font
This commit is contained in:
parent
95539c8a5e
commit
d3b387efa9
17 changed files with 117 additions and 4 deletions
|
|
@ -8,8 +8,8 @@ export default function(eleventyConfig) {
|
|||
eleventyConfig.setInputDirectory('src')
|
||||
eleventyConfig.setOutputDirectory('build')
|
||||
/* Assets */
|
||||
eleventyConfig.addPassthroughCopy('src/_assets/')
|
||||
eleventyConfig.ignores.add('src/_assets/**');
|
||||
eleventyConfig.addPassthroughCopy('src/_assets/css/**/*.css')
|
||||
eleventyConfig.addPassthroughCopy('src/_assets/fonts/')
|
||||
/* Plugins*/
|
||||
eleventyConfig.addPlugin(EleventyI18nPlugin, {
|
||||
defaultLanguage: 'en',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue