1
1
Fork 0

Changing fonts to system font

This commit is contained in:
Jordy van Zeeland 2023-12-22 15:55:30 +01:00
parent 512617fcf9
commit a8ecc8629e
2 changed files with 1 additions and 5 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -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{ html, body{
background:#f8f8fa; background:#f8f8fa;
margin:0; margin:0;
padding:0; padding:0;
/* font-family: 'Source Sans Pro', sans-serif; */ font-family: -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
font-family: 'Poppins', sans-serif;
letter-spacing: .3px; letter-spacing: .3px;
font-weight: 400; font-weight: 400;
font-size: 12px; font-size: 12px;