mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 17:25:59 +02:00
fix: bypass loading Oxygen Mono by broken gatsby-plugin-prefetch-google-fonts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user