Add Jenkinsfile

This commit is contained in:
Thanakarn Klangkasame
2025-10-31 16:57:00 +07:00
parent 2c500219b4
commit 0d13390f34
19 changed files with 1294 additions and 363 deletions

View File

@@ -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,
});