Skip to content

Commit 1c18959

Browse files
committed
Added avenir as backup font
1 parent 96bf9c1 commit 1c18959

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

gatsby-browser.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
import "./src/css/style.css";
22

3+
require("inter-ui");
34
require("prism-solarized-dark/prism-solarizeddark.css");

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"gatsby-transformer-remark": "^2.6.22",
2020
"gatsby-transformer-sharp": "^2.2.10",
2121
"graphql": "14.5.0",
22+
"inter-ui": "^3.11.0",
2223
"prism-solarized-dark": "^1.0.1",
2324
"prismjs": "^1.17.1",
2425
"prop-types": "15.7.2",

tailwind.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = {
55
fontFamily: {
66
sans: [
77
"Avenir",
8+
"Inter UI",
89
"-apple-system",
910
"BlinkMacSystemFont",
1011
"Segoe UI",

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -6675,6 +6675,11 @@ inquirer@^6.2.0, inquirer@^6.2.2, inquirer@^6.4.1:
66756675
strip-ansi "^5.1.0"
66766676
through "^2.3.6"
66776677

6678+
inter-ui@^3.11.0:
6679+
version "3.11.0"
6680+
resolved "https://registry.yarnpkg.com/inter-ui/-/inter-ui-3.11.0.tgz#41244961a2b477fb79e388fa17c703effc0be165"
6681+
integrity sha512-jZur5LH/am3MUtBs7473ary7Q5/sMP68/2UWkLIdNOEbKyBThzcxi+HWTwFlSet/spShI9GPCWcyIrk2qkLlaw==
6682+
66786683
internal-ip@^4.3.0:
66796684
version "4.3.0"
66806685
resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907"

0 commit comments

Comments
 (0)