[BUG] Broken Link
Opened this issue · 0 comments
MoyasiGinko commented
Describe the bug:
- In your
index.html
file the<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500; 0,600;0,700;1,200;1,300;1,400;1,800;1,900&display=swap" rel="stylesheet">
code is broken (Invalid Selector).
Suggested fix:
- Please replace the fonts-css link with a new updated fonts-css
<link href="">
, for example,
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap'" rel="stylesheet">