Skip to content

Commit

Permalink
fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rgravitvl committed Jan 5, 2024
1 parent fb8f42f commit 7aa2dad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions styles/coveo-atomic.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
--atomic-border-radius-xl: 1rem;

/* Font */
--atomic-font-family: Inter,-apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui,helvetica neue,helvetica,
Ubuntu,roboto,noto,arial,sans-serif; /* Following https://systemfontstack.com/ */
--atomic-font-family: inter,-apple-system,blinkmacsystemfont,avenir next,avenir,segoe ui,helvetica neue,helvetica,
ubuntu,roboto,noto,arial,sans-serif; /* Following https://systemfontstack.com/ */

--atomic-font-normal: 400;
--atomic-font-bold: 700;
Expand Down
4 changes: 2 additions & 2 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1504,8 +1504,8 @@ dialog::backdrop {
--atomic-border-radius-xl: 1rem;

/* Font */
--atomic-font-family: Inter,-apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui,helvetica neue,helvetica,
Ubuntu,roboto,noto,arial,sans-serif; /* Following https://systemfontstack.com/ */
--atomic-font-family: inter,-apple-system,blinkmacsystemfont,avenir next,avenir,segoe ui,helvetica neue,helvetica,
ubuntu,roboto,noto,arial,sans-serif; /* Following https://systemfontstack.com/ */

--atomic-font-normal: 400;
--atomic-font-bold: 700;
Expand Down

0 comments on commit 7aa2dad

Please sign in to comment.