feat: webfonts are way too heavy

This commit is contained in:
Cory Dransfeldt 2024-01-31 12:34:40 -08:00
parent 88015fabe7
commit 286054209c
No known key found for this signature in database
4 changed files with 3 additions and 43 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "4.14.0",
"version": "5.0.0",
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
"type": "module",
"scripts": {

View file

@ -31,7 +31,6 @@
type="image/svg+xml">
<link href="/assets/icons/apple-touch-icon.png?v={% appVersion %}" rel="apple-touch-icon">
{% capture css %}
{% render "../assets/styles/fonts/index.css" %}
{% render "../assets/styles/partials/vars.css" %}
{% render "../assets/styles/partials/animations.css" %}
{% render "../assets/styles/index.css" %}

File diff suppressed because one or more lines are too long

View file

@ -52,8 +52,8 @@
--webrings: #ec8fd0;
/* fonts */
--font-sans: silka, 'serif-fallback', system-ui, sans-serif;
--font-mono: ui-monospace, monospace;
--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;
/* text */
--font-size-xs: .75rem;