Skip to content

Commit a7953f2

Browse files
authored
Merge pull request #81 from connorabbas/develop
Inter font
2 parents aebf067 + 3e6a218 commit a7953f2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

resources/views/app.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
href="https://fonts.bunny.net"
1717
>
1818
<link
19-
href="https://fonts.bunny.net/css?family=figtree:400,500,600&display=swap"
19+
href="https://fonts.bunny.net/css?family=inter:400,500,600&display=swap"
2020
rel="stylesheet"
2121
/>
2222

tailwind.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import defaultTheme from 'tailwindcss/defaultTheme';
2-
31
/** @type {import('tailwindcss').Config} */
42
module.exports = {
53
content: [
@@ -11,7 +9,7 @@ module.exports = {
119
theme: {
1210
extend: {
1311
fontFamily: {
14-
sans: ['Figtree', ...defaultTheme.fontFamily.sans],
12+
sans: ['Inter', 'sans-serif'],
1513
},
1614
},
1715
},

0 commit comments

Comments
 (0)