add monofont preload to gest started
This commit is contained in:
parent
aaad05ac84
commit
e97ff0e013
2 changed files with 5 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ title: Built with
|
||||||
permalink: /built-with/index.html
|
permalink: /built-with/index.html
|
||||||
description: Websites built with this starter
|
description: Websites built with this starter
|
||||||
layout: page
|
layout: page
|
||||||
youtube: false
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,11 @@ title: Get started
|
||||||
permalink: /get-started/index.html
|
permalink: /get-started/index.html
|
||||||
description: Websites built with this starter
|
description: Websites built with this starter
|
||||||
layout: page
|
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.
|
- **Important:** edit meta data in `src/_data/meta.js`, it's being used all over the template.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue