diff --git a/client/gatsby-config.js b/client/gatsby-config.js index 9e353ca49e..571da899f3 100644 --- a/client/gatsby-config.js +++ b/client/gatsby-config.js @@ -147,6 +147,12 @@ module.exports = { icon: 'src/images/square_puck.png' } }, + { + resolve: 'gatsby-plugin-google-fonts', + options: { + fonts: ['Lato:400,400i,500'] + } + }, 'gatsby-plugin-sitemap' ] }; diff --git a/client/package-lock.json b/client/package-lock.json index db5a4b57b1..5b4a93f36a 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -6783,8 +6783,7 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true, - "optional": true + "bundled": true }, "aproba": { "version": "1.2.0", @@ -7136,8 +7135,7 @@ }, "safe-buffer": { "version": "5.1.1", - "bundled": true, - "optional": true + "bundled": true }, "safer-buffer": { "version": "2.1.2", @@ -7184,7 +7182,6 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, - "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -7223,13 +7220,11 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true, - "optional": true + "bundled": true }, "yallist": { "version": "3.0.2", - "bundled": true, - "optional": true + "bundled": true } } }, @@ -7730,6 +7725,11 @@ "@babel/runtime": "^7.0.0" } }, + "gatsby-plugin-google-fonts": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-fonts/-/gatsby-plugin-google-fonts-0.0.4.tgz", + "integrity": "sha512-B9Q+dznk6UX2Fe7QyCTptiuLT+ZLtdFBs1lg5kvaVDyIlesEA2rSQqtB7IkEQflH91JPE4eAEM699JCPy7CFGg==" + }, "gatsby-plugin-manifest": { "version": "2.0.13", "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.0.13.tgz", diff --git a/client/package.json b/client/package.json index be3607848c..9a4dd390b9 100644 --- a/client/package.json +++ b/client/package.json @@ -27,6 +27,7 @@ "gatsby-cli": "^2.4.8", "gatsby-link": "^2.0.8", "gatsby-plugin-create-client-paths": "^2.0.3", + "gatsby-plugin-google-fonts": "^0.0.4", "gatsby-plugin-manifest": "^2.0.13", "gatsby-plugin-react-helmet": "^3.0.5", "gatsby-plugin-sitemap": "^2.0.4", diff --git a/client/src/components/layouts/global.css b/client/src/components/layouts/global.css index abe1952d8f..6a9d37aef7 100644 --- a/client/src/components/layouts/global.css +++ b/client/src/components/layouts/global.css @@ -29,3 +29,7 @@ h6 { background-color: #fff; color: #006400; } + +a:hover, a:focus { + text-decoration: none; +} diff --git a/package-lock.json b/package-lock.json index e3d1c89e7d..10862c0627 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3465,8 +3465,7 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "aproba": { "version": "1.2.0", @@ -3487,14 +3486,12 @@ "balanced-match": { "version": "1.0.0", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, "dev": true, - "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -3509,20 +3506,17 @@ "code-point-at": { "version": "1.1.0", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "concat-map": { "version": "0.0.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "console-control-strings": { "version": "1.1.0", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "core-util-is": { "version": "1.0.2", @@ -3639,8 +3633,7 @@ "inherits": { "version": "2.0.3", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "ini": { "version": "1.3.5", @@ -3652,7 +3645,6 @@ "version": "1.0.0", "bundled": true, "dev": true, - "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -3667,7 +3659,6 @@ "version": "3.0.4", "bundled": true, "dev": true, - "optional": true, "requires": { "brace-expansion": "^1.1.7" } @@ -3675,14 +3666,12 @@ "minimist": { "version": "0.0.8", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "minipass": { "version": "2.2.4", "bundled": true, "dev": true, - "optional": true, "requires": { "safe-buffer": "^5.1.1", "yallist": "^3.0.0" @@ -3701,7 +3690,6 @@ "version": "0.5.1", "bundled": true, "dev": true, - "optional": true, "requires": { "minimist": "0.0.8" } @@ -3782,8 +3770,7 @@ "number-is-nan": { "version": "1.0.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "object-assign": { "version": "4.1.1", @@ -3795,7 +3782,6 @@ "version": "1.4.0", "bundled": true, "dev": true, - "optional": true, "requires": { "wrappy": "1" } @@ -3881,8 +3867,7 @@ "safe-buffer": { "version": "5.1.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "safer-buffer": { "version": "2.1.2", @@ -3918,7 +3903,6 @@ "version": "1.0.2", "bundled": true, "dev": true, - "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -3938,7 +3922,6 @@ "version": "3.0.1", "bundled": true, "dev": true, - "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -3982,14 +3965,12 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "yallist": { "version": "3.0.2", "bundled": true, - "dev": true, - "optional": true + "dev": true } } },