image updates, always Typekit
@ -24,8 +24,7 @@
|
||||
"gatsby-transformer-json": "^1.0.16",
|
||||
"react-helmet": "^5.2.0",
|
||||
"react-markdown": "^3.3.0",
|
||||
"react-transition-group": "^2.3.1",
|
||||
"react-typekit": "^1.1.3"
|
||||
"react-transition-group": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^8.2.3",
|
||||
|
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 2.4 MiB |
Before Width: | Height: | Size: 481 KiB After Width: | Height: | Size: 496 KiB |
Before Width: | Height: | Size: 270 KiB After Width: | Height: | Size: 298 KiB |
Before Width: | Height: | Size: 770 KiB After Width: | Height: | Size: 779 KiB |
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 559 KiB After Width: | Height: | Size: 665 KiB |
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 100 KiB |
Before Width: | Height: | Size: 297 KiB After Width: | Height: | Size: 298 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 135 KiB After Width: | Height: | Size: 137 KiB |
Before Width: | Height: | Size: 691 KiB After Width: | Height: | Size: 860 KiB |
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 422 KiB After Width: | Height: | Size: 425 KiB |
Before Width: | Height: | Size: 3.0 MiB After Width: | Height: | Size: 3.2 MiB |
Before Width: | Height: | Size: 3.9 MiB After Width: | Height: | Size: 4.3 MiB |
Before Width: | Height: | Size: 3.0 MiB After Width: | Height: | Size: 3.3 MiB |
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
@ -1,7 +1,6 @@
|
||||
import React, { Component } from 'react'
|
||||
import PropTypes from 'prop-types'
|
||||
import withRouter from 'react-router-dom/withRouter'
|
||||
import Typekit from 'react-typekit'
|
||||
import TransitionGroup from 'react-transition-group/TransitionGroup'
|
||||
import Head from '../components/atoms/Head'
|
||||
import Header from '../components/organisms/Header'
|
||||
@ -27,7 +26,6 @@ const TemplateWrapper = ({ data, location, children }) => {
|
||||
return (
|
||||
<div className="app">
|
||||
<Head meta={meta} />
|
||||
<Typekit kitId={meta.typekit} />
|
||||
<Header meta={meta} isHomepage={isHomepage} />
|
||||
|
||||
<TransitionGroup appear={true}>
|
||||
|
@ -1,4 +1,5 @@
|
||||
@import 'variables';
|
||||
@import url('https://use.typekit.net/#{$typekit}.css');
|
||||
|
||||
*,
|
||||
*::before,
|
||||
|
@ -1,3 +1,5 @@
|
||||
$typekit: 'dtg3zui';
|
||||
|
||||
// Colors
|
||||
/////////////////////////////////////
|
||||
|
||||
|