Fix google api fonts request adding font-weight

This commit is contained in:
Pau Trepat Segura 2020-06-22 03:10:38 +02:00
parent 632aa48c71
commit 41b2895873

View file

@ -8,7 +8,8 @@
<link rel="stylesheet" href="/assets/css/navbar.css" />
<!--=================== cdn ==============================-->
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet" />
<!-- <link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet" /> -->
<link href="https://fonts.googleapis.com/css2?family=Muli:wght@300;400;500;600" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" />
<!--================= fab-icon =========================-->