<style>
@font-face {
font-family: "Regular";
src: url("assets/font/Regular.otf");
}
.custom-font {
font-family: "Regular", sans-serif; /* Добавил запятую */
}
</style>
<body style="margin: 0; font-family: sans-serif;">
<div class="custom-font" style="background: #f0f0f0; width: 100%; height: 50px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #000;">
Слайдер
</div>