Compare commits

..

No commits in common. "41331cfd6251bce8e9cb42e1bf9efa0bd9ef40fc" and "6b582feef44451a018644dddb2f0be239c232b2d" have entirely different histories.

8 changed files with 11 additions and 16 deletions

10
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "3.2.0", "version": "3.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "3.2.0", "version": "3.1.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"html-minifier-terser": "7.2.0", "html-minifier-terser": "7.2.0",
@ -2098,9 +2098,9 @@
} }
}, },
"node_modules/glob": { "node_modules/glob": {
"version": "11.0.2", "version": "11.0.1",
"resolved": "https://registry.npmjs.org/glob/-/glob-11.0.2.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.1.tgz",
"integrity": "sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==", "integrity": "sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==",
"dev": true, "dev": true,
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "3.2.0", "version": "3.1.0",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"engines": { "engines": {

Binary file not shown.

BIN
src/assets/fonts/dmb.woff2 Normal file

Binary file not shown.

Binary file not shown.

BIN
src/assets/fonts/dmr.woff2 Normal file

Binary file not shown.

View file

@ -8,17 +8,17 @@
@font-face { @font-face {
font-family: "DM Sans"; font-family: "DM Sans";
src: url("/assets/fonts/dm.woff2") format("woff2"); src: url("/assets/fonts/dmr.woff2") format("woff2");
font-weight: 100 700; font-weight: 400;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
} }
@font-face { @font-face {
font-family: "DM Sans"; font-family: "DM Sans";
src: url("/assets/fonts/dmi.woff2") format("woff2"); src: url("/assets/fonts/dmb.woff2") format("woff2");
font-weight: 100 700; font-weight: 700;
font-style: italic; font-style: normal;
font-display: swap; font-display: swap;
} }

View file

@ -46,11 +46,6 @@ label svg {
cursor: pointer; cursor: pointer;
} }
detail label:has(input[type="checkbox"]) {
display: inline-flex;
gap: var(--spacing-xs);
}
summary { summary {
font-weight: var(--font-weight-bold); font-weight: var(--font-weight-bold);
} }