Обновить static/css/custom.css

This commit is contained in:
masterpmi 2026-07-28 12:53:50 +03:00
parent 6c27855e96
commit 11ed9e62d6

View File

@ -7,11 +7,43 @@
color: #333; color: #333;
} */ } */
/* ------------------------------------------------------------------ */ /* ------------------------------------------------------------------ */
@font-face { /*@font-face {
font-family: 'Kurale'; font-family: 'Kurale';
src: url('/static/fonts/Kurale-Regular.ttf') format('truetype'); src: url('/static/fonts/Kurale-Regular.ttf') format('truetype');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
}*/
@font-face {
font-family: "IBM Plex Sans";
src: url("/static/fonts/IBM%20Plex%20Sans%20Var-Roman.woff2") format("woff2");
font-weight: 100 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "IBM Plex Sans";
src: url("/static/fonts/IBM%20Plex%20Sans%20Var-Italic.woff2") format("woff2");
font-weight: 100 700;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "IBM Plex Serif";
src: url("/static/fonts/IBM%20Plex%20Serif%20Var-Roman.woff2") format("woff2");
font-weight: 100 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "IBM Plex Serif";
src: url("/static/fonts/IBM%20Plex%20Serif%20Var-Italic.woff2") format("woff2");
font-weight: 100 700;
font-style: italic;
font-display: swap;
} }
header { border-bottom: 2px solid #003366; padding-bottom: 10px; margin-bottom: 30px; } header { border-bottom: 2px solid #003366; padding-bottom: 10px; margin-bottom: 30px; }
@ -40,7 +72,7 @@ img { max-width: 100%; height: auto; display: block; margin: 20px auto; }
/* background*/ /* background*/
body { body {
/* margin: 0; */ /* margin: 0; */
font-family: 'Kurale', sans-serif; font-family: "IBM Plex Sans", Arial, sans-serif;
/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; */ /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; */
max-width: 1000px; max-width: 1000px;
margin: 20px auto; margin: 20px auto;