From 7aa2dad93b4eb2f47db37fab1ca5da22982600a9 Mon Sep 17 00:00:00 2001 From: rgravitvl Date: Fri, 5 Jan 2024 11:00:17 +0530 Subject: [PATCH] fixed lint issues --- styles/coveo-atomic.css | 4 ++-- styles/styles.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/styles/coveo-atomic.css b/styles/coveo-atomic.css index 3d0d88e63..dc1e71289 100644 --- a/styles/coveo-atomic.css +++ b/styles/coveo-atomic.css @@ -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; diff --git a/styles/styles.css b/styles/styles.css index 66f69251b..2f49b428f 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -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;