chore: perf over webfonts

This commit is contained in:
Cory Dransfeldt 2023-12-17 16:29:15 -08:00
parent 956f38f420
commit 398ec07dc4
No known key found for this signature in database
4 changed files with 2 additions and 42 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "2.7.1",
"version": "2.8.0",
"description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.",
"main": "index.html",
"scripts": {

View file

@ -34,7 +34,6 @@
{% capture css %}
{% render "../assets/styles/prism.css" %}
{% render "../assets/styles/ml.css" %}
{% render "../assets/styles/silka.css" %}
{% render "../assets/styles/tailwind.css" %}
{% endcapture %}
<style>

File diff suppressed because one or more lines are too long

View file

@ -13,7 +13,7 @@ module.exports = {
14: '3.5rem',
},
fontFamily: {
sans: ['silka', 'Inter', ...defaultTheme.fontFamily.sans],
sans: ['Inter', ...defaultTheme.fontFamily.sans],
mono: ['ml', ...defaultTheme.fontFamily.mono],
},
backgroundImage: {