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

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "3.2.0",
"version": "3.1.0",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"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-family: "DM Sans";
src: url("/assets/fonts/dm.woff2") format("woff2");
font-weight: 100 700;
src: url("/assets/fonts/dmr.woff2") format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "DM Sans";
src: url("/assets/fonts/dmi.woff2") format("woff2");
font-weight: 100 700;
font-style: italic;
src: url("/assets/fonts/dmb.woff2") format("woff2");
font-weight: 700;
font-style: normal;
font-display: swap;
}

View file

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