chore: perf over webfonts
This commit is contained in:
parent
956f38f420
commit
398ec07dc4
4 changed files with 2 additions and 42 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"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.",
|
"description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.",
|
||||||
"main": "index.html",
|
"main": "index.html",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
{% capture css %}
|
{% capture css %}
|
||||||
{% render "../assets/styles/prism.css" %}
|
{% render "../assets/styles/prism.css" %}
|
||||||
{% render "../assets/styles/ml.css" %}
|
{% render "../assets/styles/ml.css" %}
|
||||||
{% render "../assets/styles/silka.css" %}
|
|
||||||
{% render "../assets/styles/tailwind.css" %}
|
{% render "../assets/styles/tailwind.css" %}
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
<style>
|
<style>
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@ module.exports = {
|
||||||
14: '3.5rem',
|
14: '3.5rem',
|
||||||
},
|
},
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
sans: ['silka', 'Inter', ...defaultTheme.fontFamily.sans],
|
sans: ['Inter', ...defaultTheme.fontFamily.sans],
|
||||||
mono: ['ml', ...defaultTheme.fontFamily.mono],
|
mono: ['ml', ...defaultTheme.fontFamily.mono],
|
||||||
},
|
},
|
||||||
backgroundImage: {
|
backgroundImage: {
|
||||||
|
|
Reference in a new issue