Changed font

This commit is contained in:
Данил 2022-09-25 11:09:54 +03:00
parent da63b38f2d
commit 16582ce658
2 changed files with 9 additions and 2 deletions

View file

@ -5,6 +5,9 @@
<title>EveryNasa</title> <title>EveryNasa</title>
<link rel="icon" href="/static/image/icons/favicon.png"> <link rel="icon" href="/static/image/icons/favicon.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
<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=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/static/style/gallery.css" type="text/css"> <link rel="stylesheet" href="/static/style/gallery.css" type="text/css">
</head> </head>
<body style="background: #131313; color: white;"> <body style="background: #131313; color: white;">
@ -36,7 +39,7 @@
<div class="modal-content"> <div class="modal-content">
<div class="modal-header"> <div class="modal-header">
<h5 class="modal-title" id="WallpaperModale"> <h5 class="modal-title" id="WallpaperModale">
<span class="d-inline-block text-truncate w-modal-title" style="max-width: 420px;"></span> <span class="d-inline-block text-truncate w-modal-title" style="max-width: 429px;"></span>
</h5> </h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div> </div>

View file

@ -24,3 +24,7 @@
lottie-player { lottie-player {
margin: 0 auto; margin: 0 auto;
} }
.modal-body p {
font-family: 'Roboto', sans-serif;
}