Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 29b2a39

Browse files
authored
fix: mime type issue in chrome (#478)
Encode the semi colons in the css import of the open sans font from google fonts.
1 parent dd56cd3 commit 29b2a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/styles.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import './nord-prism-theme.css';
2-
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
2+
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400%3B0,600%3B0,700%3B1,400%3B1,600%3B1,700&display=swap");
33
@import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap');
44
@import url("https://use.typekit.net/pnb6qnj.css");
55
@import url('https://fonts.googleapis.com/css2?family=Ovo&display=swap');

0 commit comments

Comments
 (0)