mirror of
https://github.com/hex248/fonts.git
synced 2026-02-07 18:23:06 +00:00
formatting fixes
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Combat";
|
font-family: "Combat";
|
||||||
src: url("https://fonts.ob248.com/fonts/Combat.otf")
|
src: url("https://fonts.ob248.com/fonts/Combat.otf") format("opentype");
|
||||||
format("opentype");
|
|
||||||
font-weight: 80;
|
font-weight: 80;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "kaeru kaeru";
|
font-family: "kaeru kaeru";
|
||||||
src:
|
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");
|
url("https://fonts.ob248.com/fonts/kaerukaeru-Regular.woff") format("woff");
|
||||||
font-weight: 80;
|
font-weight: 80;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|||||||
@@ -3,8 +3,7 @@
|
|||||||
src:
|
src:
|
||||||
url("https://fonts.ob248.com/fonts/VG5000-Regular_web.woff2")
|
url("https://fonts.ob248.com/fonts/VG5000-Regular_web.woff2")
|
||||||
format("woff2"),
|
format("woff2"),
|
||||||
url("https://fonts.ob248.com/fonts/VG5000-Regular_web.woff")
|
url("https://fonts.ob248.com/fonts/VG5000-Regular_web.woff") format("woff");
|
||||||
format("woff");
|
|
||||||
font-weight: 80;
|
font-weight: 80;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
|
|||||||
@@ -1,14 +1,16 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
apps: [{
|
apps: [
|
||||||
name: 'fonts',
|
{
|
||||||
script: 'bun',
|
name: "fonts",
|
||||||
args: 'run dev',
|
script: "bun",
|
||||||
interpreter: 'none',
|
args: "run dev",
|
||||||
|
interpreter: "none",
|
||||||
watch: true,
|
watch: true,
|
||||||
ignore_watch: ['node_modules', 'logs'],
|
ignore_watch: ["node_modules", "logs"],
|
||||||
env: {
|
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",
|
||||||
}]
|
},
|
||||||
}
|
],
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user