Add Jenkinsfile
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import localFont from "next/font/local";
|
||||
|
||||
export const dbHeavent = localFont({
|
||||
src: [
|
||||
{path: "./font/dbheavent/DBHeavent-Regular.woff2", weight: "400", style: "normal"},
|
||||
{path: "./font/dbheavent/DBHeavent-Bold.woff2", weight: "700", style: "normal"},
|
||||
],
|
||||
display: "swap",
|
||||
preload: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user