diff --git a/.DS_Store b/.DS_Store index e8ce440..ed1f61b 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/ras/frontend/static/css/style.css b/ras/frontend/static/css/style.css index 265a7fd..e14842e 100644 --- a/ras/frontend/static/css/style.css +++ b/ras/frontend/static/css/style.css @@ -1,12 +1,8 @@ -@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap'); -@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700&display=swap'); - html, body{ background:#f8f8fa; margin:0; padding:0; - /* font-family: 'Source Sans Pro', sans-serif; */ - font-family: 'Poppins', sans-serif; + font-family: -apple-system, BlinkMacSystemFont, system-ui, sans-serif; letter-spacing: .3px; font-weight: 400; font-size: 12px;