fix: bypass loading Oxygen Mono by broken gatsby-plugin-prefetch-google-fonts

This commit is contained in:
Jean-Philippe Sirois
2020-05-22 01:33:51 -04:00
parent 2008c155f7
commit 73adc8d46d
4 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ export const menuItemStyles = css`
position: relative;
transition: color 0.3s;
margin: 10px 20px 5px 0;
font-family: "Oxygen Mono";
font-family: "Oxygen Mono", monospace;
&:hover {
color: #fff;