Fix google api fonts request adding font-weight
This commit is contained in:
parent
632aa48c71
commit
41b2895873
1 changed files with 2 additions and 1 deletions
|
@ -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 =========================-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue