Skip to content

Commit

Permalink
font import change
Browse files Browse the repository at this point in the history
  • Loading branch information
sassdavid committed Feb 15, 2024
1 parent 0485777 commit 8a92ae1
Show file tree
Hide file tree
Showing 28 changed files with 30 additions and 5,694 deletions.
2 changes: 2 additions & 0 deletions gatsby-browser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import * as React from 'react';
import ReactDOM from 'react-dom/client';
import type { GatsbyBrowser } from 'gatsby';
import Layout from './src/components/layout';
import '@fontsource/roboto';
import '@fontsource/codystar';

export const replaceHydrateFunction = () => {
return (element, container) => {
Expand Down
4 changes: 2 additions & 2 deletions gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ const config: GatsbyConfig = {
name: 'Bianka & David',
short_name: 'Bianka & David',
start_url: '/',
background_color: '#663399',
theme_color: '#663399',
background_color: '#253822',
theme_color: '#253822',
display: 'minimal-ui',
icon: 'static/assets/wedding-rings-icon.png', // This path is relative to the root of the site.
},
Expand Down
12 changes: 12 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"homepage": "https://biankaesdavid.info/",
"license": "MIT",
"dependencies": {
"@fontsource/roboto": "^5.0.8",
"@fontsource/codystar": "^5.0.18",
"@gatsbyjs/reach-router": "^2.0.1",
"crypto-js": "^4.2.0",
"gatsby": "^5.13.3",
Expand Down
Loading

0 comments on commit 8a92ae1

Please sign in to comment.