From a8ecc8629e112ed636a851235c2459cf9184051a Mon Sep 17 00:00:00 2001 From: Jordy van Zeeland Date: Fri, 22 Dec 2023 15:55:30 +0100 Subject: [PATCH] Changing fonts to system font --- .DS_Store | Bin 6148 -> 8196 bytes ras/frontend/static/css/style.css | 6 +----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.DS_Store b/.DS_Store index e8ce4402228c8cf3abc261f8e018a4971c383ef6..ed1f61b20622f4ad9d3a313abf2538d8495db0a8 100644 GIT binary patch delta 157 zcmZoMXmOBWU|?W$DortDU;r^WfEYvza8E20o2aMAD84aZH}hr%jz7$c**Q2SHn1>? zPv&7Une4>c#A=|UU}-e@B&+>obCwEG76v_rbcRfZlCt2Uyqx^JbdbrL*RXtI+T15n t#yqisN01pP1OyV?K*AMd$!0;0@640=MLZ|_^Kfu5LhNVQ9M3a{830QeAq@Zk delta 111 zcmZp1XfcprU|?W$DortDU=RQ@Ie-{Mvv5r;6q~50$SAroU^g?P=wu!Nlga#o`J1N+ xzGs?PoVl2tgF}!Rs1OJQxPgQ#NYBQ?@640=WjsM9Ffc((16jbZIi6<@GXPmf69NDL 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;