mirror of
https://github.com/hex248/fonts.git
synced 2026-02-07 10:17:16 +00:00
formatting fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -1,14 +1,16 @@
|
||||
module.exports = {
|
||||
apps: [{
|
||||
name: 'fonts',
|
||||
script: 'bun',
|
||||
args: 'run dev',
|
||||
interpreter: 'none',
|
||||
watch: true,
|
||||
ignore_watch: ['node_modules', 'logs'],
|
||||
env: {
|
||||
NODE_ENV: 'development'
|
||||
},
|
||||
log_date_format: 'YYYY-MM-DD HH:mm:ss Z'
|
||||
}]
|
||||
}
|
||||
apps: [
|
||||
{
|
||||
name: "fonts",
|
||||
script: "bun",
|
||||
args: "run dev",
|
||||
interpreter: "none",
|
||||
watch: true,
|
||||
ignore_watch: ["node_modules", "logs"],
|
||||
env: {
|
||||
NODE_ENV: "development",
|
||||
},
|
||||
log_date_format: "YYYY-MM-DD HH:mm:ss Z",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user