C
C
Cyril2020-12-09 18:43:50
css
Cyril, 2020-12-09 18:43:50

Bootstrap-reboot adds fonts that are not needed, how to fix?

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <link href="https://fonts.googleapis.com/css2?family=Poppins:[email protected];500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="css/bootstrap-reboot.min.css">
    <link rel="stylesheet" href="css/bootstrap-grid.min.css">
    <link rel="stylesheet" href="/css/style.css">
</head>
<body>
    Привет!
</body>
</html>

* {
  font-family: 'Poppins', sans-serif;
}

5fd0f07c73d91986567191.png
Without a line to connect to reboot, everything works as it should

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question