fix: resolve conflict
This commit is contained in:
parent
50717ef665
commit
249f0fc75c
9 changed files with 8 additions and 23 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "7.10.10",
|
"version": "7.10.7",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "7.10.10",
|
"version": "7.10.7",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.2.2",
|
"@cdransf/api-text": "^1.2.2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "7.11.11",
|
"version": "7.10.11",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -8,10 +8,7 @@
|
||||||
<title>{{ pageTitle }}</title>
|
<title>{{ pageTitle }}</title>
|
||||||
<script defer data-domain="coryd.dev" src="/js/script.js"></script>
|
<script defer data-domain="coryd.dev" src="/js/script.js"></script>
|
||||||
<script>window.plausible = window.plausible || function() {(window.plausible.q = window.plausible.q || []).push(arguments)}</script>
|
<script>window.plausible = window.plausible || function() {(window.plausible.q = window.plausible.q || []).push(arguments)}</script>
|
||||||
<link rel="preload" href="/assets/fonts/Poppins-Bold.woff2" as="font" type="font/woff2" crossorigin>
|
|
||||||
<link rel="preload" href="/assets/fonts/Poppins-Regular.woff2" as="font" type="font/woff2" crossorigin>
|
|
||||||
{% capture css %}
|
{% capture css %}
|
||||||
{% render "../assets/styles/partials/fonts.css" %}
|
|
||||||
{% render "../assets/styles/partials/vars.css" %}
|
{% render "../assets/styles/partials/vars.css" %}
|
||||||
{% render "../assets/styles/partials/animations.css" %}
|
{% render "../assets/styles/partials/animations.css" %}
|
||||||
{% render "../assets/styles/index.css" %}
|
{% render "../assets/styles/index.css" %}
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -34,7 +34,7 @@
|
||||||
color: var(--accent-color);
|
color: var(--accent-color);
|
||||||
font-size: var(--font-size-2xl);
|
font-size: var(--font-size-2xl);
|
||||||
line-height: var(--line-height-2xl);
|
line-height: var(--line-height-2xl);
|
||||||
font-weight: var(--font-weight-bold);
|
font-weight: var(--font-weight-heavy);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
transition-property: color;
|
transition-property: color;
|
||||||
transition-timing-function: var(--transition-ease-in-out);
|
transition-timing-function: var(--transition-ease-in-out);
|
||||||
|
@ -111,5 +111,5 @@
|
||||||
|
|
||||||
.pagefind__placeholder {
|
.pagefind__placeholder {
|
||||||
height: 42px !important;
|
height: 42px !important;
|
||||||
font-weight: var(--font-weight-bold);
|
font-weight: var(--font-weight-heavy);
|
||||||
}
|
}
|
|
@ -90,7 +90,7 @@ a:active,
|
||||||
|
|
||||||
/* headers */
|
/* headers */
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-weight: var(--font-weight-bold);
|
font-weight: var(--font-weight-heavy);
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 { font-size: var(--font-size-3xl) }
|
h1 { font-size: var(--font-size-3xl) }
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
@font-face {
|
|
||||||
font-family: Poppins;
|
|
||||||
src: url('/assets/fonts/Poppins-Bold.woff2') format("woff2");
|
|
||||||
font-weight: 700;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: Poppins;
|
|
||||||
src: url('/assets/fonts/Poppins-Regular.woff2') format("woff2");
|
|
||||||
font-weight: 400;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
|
@ -56,7 +56,7 @@
|
||||||
--sun: #ffa700;
|
--sun: #ffa700;
|
||||||
|
|
||||||
/* fonts */
|
/* fonts */
|
||||||
--font-sans: "Poppins", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
|
--font-sans: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
|
||||||
--font-mono: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, ui-monospace, monospace;
|
--font-mono: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, ui-monospace, monospace;
|
||||||
|
|
||||||
/* text */
|
/* text */
|
||||||
|
@ -83,6 +83,7 @@
|
||||||
|
|
||||||
--font-weight-base: 400;
|
--font-weight-base: 400;
|
||||||
--font-weight-bold: 700;
|
--font-weight-bold: 700;
|
||||||
|
--font-weight-heavy: 900;
|
||||||
|
|
||||||
/* spacing */
|
/* spacing */
|
||||||
--sizing-xs: .25rem;
|
--sizing-xs: .25rem;
|
||||||
|
|
Reference in a new issue