add monofont preload to gest started

This commit is contained in:
madrilene 2023-05-24 11:10:01 +02:00
parent aaad05ac84
commit e97ff0e013
2 changed files with 5 additions and 2 deletions

View file

@ -3,7 +3,6 @@ title: Built with
permalink: /built-with/index.html
description: Websites built with this starter
layout: page
youtube: false
---
<p>

View file

@ -3,7 +3,11 @@ title: Get started
permalink: /get-started/index.html
description: Websites built with this starter
layout: page
youtube: false
preloads:
href: '/assets/fonts/robotomono/robotomono-variablefont_wght-webfont.woff2'
as: 'font'
type: 'font/woff2'
crossorigin: true
---
- **Important:** edit meta data in `src/_data/meta.js`, it's being used all over the template.