Skip to content

Commit

Permalink
Merge pull request #78 from jtoar/ds-storybook/remove-carriage-returns
Browse files Browse the repository at this point in the history
fix(storybook): remove carriage returns
  • Loading branch information
ahaywood authored Sep 22, 2023
2 parents 7438571 + e029900 commit 5c5aa78
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions web/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,13 @@
/* eagle sight */
@font-face {
font-family: "Eagle Sight";
src: url("/fonts/eagleSight/EagleSightRegular.ttf") format("truetype"),
url("/fonts/eagleSight/eaglesightregular-webfont.woff") format("woff"),
url("/fonts/eagleSight/eaglesightregular-webfont.woff2") format("woff2");
src: url("/fonts/eagleSight/EagleSightRegular.ttf") format("truetype"), url("/fonts/eagleSight/eaglesightregular-webfont.woff") format("woff"), url("/fonts/eagleSight/eaglesightregular-webfont.woff2") format("woff2");
}

/* sherman */
@font-face {
font-family: "Sherman";
src: url("/fonts/sherman/Sherman-Display.woff") format("woff"),
url("/fonts/sherman/Sherman-Display.woff2") format("woff2");
src: url("/fonts/sherman/Sherman-Display.woff") format("woff"), url("/fonts/sherman/Sherman-Display.woff2") format("woff2");
}

@layer base {
Expand Down

0 comments on commit 5c5aa78

Please sign in to comment.