D
D
Dmitry Sobchuk2021-07-14 13:21:30
css
Dmitry Sobchuk, 2021-07-14 13:21:30

The font on the link from google is not applied, why?

<head>
  <meta charset="utf-8">
  <title>Смарт-эксперт - сайт находится в разработке</title>
  <link rel = "preconnect" href = "https://fonts.googleapis.com">
<link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin>
<link href = "https: //fonts.googleapis.com/css2? family = Montserrat: ital, wght @ 1,200 & display = swap "rel =" stylesheet ">
  <style type="text/css">
  html, body {
    height: 100%;
    font-family: Montserrat;
  }
  h3 {
    color: red;
  }
  body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  </style>
</head>
<body>
    <h1>Смарт-Эксперт</h1>
    <h2>Сайт находится в разработке</h2>
    <h3>Вы можете связаться с нами:</h3>
    <div>Телефон: +375 29 253-95-57</div>
    <div>Instagram: <a href="https://www.instagram.com/dmitrysobchuk" target="_blank">@dmitrysobchuk</a></div>
</body>
</html>


FONT which is not used in the link, why?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Sobchuk, 2021-07-14
@DIPERmood

Need to remove the spaces in the link

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question