feat: reorg project
This commit is contained in:
parent
23c9baad10
commit
8550a2d98b
8 changed files with 5 additions and 4 deletions
|
@ -1,21 +0,0 @@
|
|||
const fonts = require("./fonts");
|
||||
|
||||
const preloads = [
|
||||
{
|
||||
as: "font",
|
||||
href: fonts.display.weights.extraBold.url,
|
||||
crossorigin: true,
|
||||
},
|
||||
{
|
||||
as: "font",
|
||||
href: fonts.display.weights.bold.url,
|
||||
crossorigin: true,
|
||||
},
|
||||
{
|
||||
as: "font",
|
||||
href: fonts.body.weights.regular.url,
|
||||
crossorigin: true,
|
||||
},
|
||||
];
|
||||
|
||||
module.exports = preloads;
|
Loading…
Add table
Add a link
Reference in a new issue