formatting fixes

This commit is contained in:
2026-02-04 18:49:57 +00:00
parent 7fd0055d49
commit 6238d3f0bf
4 changed files with 19 additions and 18 deletions

View File

@@ -1,7 +1,6 @@
@font-face {
font-family: "Combat";
src: url("https://fonts.ob248.com/fonts/Combat.otf")
format("opentype");
src: url("https://fonts.ob248.com/fonts/Combat.otf") format("opentype");
font-weight: 80;
font-style: normal;
font-display: swap;

View File

@@ -1,7 +1,8 @@
@font-face {
font-family: "kaeru kaeru";
src:
url("https://fonts.ob248.com/fonts/kaerukaeru-Regular.woff2") format("woff2"),
url("https://fonts.ob248.com/fonts/kaerukaeru-Regular.woff2")
format("woff2"),
url("https://fonts.ob248.com/fonts/kaerukaeru-Regular.woff") format("woff");
font-weight: 80;
font-style: normal;

View File

@@ -3,8 +3,7 @@
src:
url("https://fonts.ob248.com/fonts/VG5000-Regular_web.woff2")
format("woff2"),
url("https://fonts.ob248.com/fonts/VG5000-Regular_web.woff")
format("woff");
url("https://fonts.ob248.com/fonts/VG5000-Regular_web.woff") format("woff");
font-weight: 80;
font-style: normal;
font-display: swap;

View File

@@ -1,14 +1,16 @@
module.exports = {
apps: [{
name: 'fonts',
script: 'bun',
args: 'run dev',
interpreter: 'none',
apps: [
{
name: "fonts",
script: "bun",
args: "run dev",
interpreter: "none",
watch: true,
ignore_watch: ['node_modules', 'logs'],
ignore_watch: ["node_modules", "logs"],
env: {
NODE_ENV: 'development'
NODE_ENV: "development",
},
log_date_format: 'YYYY-MM-DD HH:mm:ss Z'
}]
}
log_date_format: "YYYY-MM-DD HH:mm:ss Z",
},
],
};