Skip to content

Commit

Permalink
fix: experiment with not including @import for font in core CSS (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Jul 22, 2023
1 parent a29316d commit 4de2486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paragon/css/core/index.css
@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Roboto+Mono&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Roboto+Mono&display=swap'); */

@import "./variables.css";
@import "./custom-media-breakpoints.css";

0 comments on commit 4de2486

Please sign in to comment.