Aggiornamento font

This commit is contained in:
loviuz 2023-05-30 22:44:26 +02:00
parent ce4047109b
commit 2e0bcc2cb7
2 changed files with 15 additions and 2 deletions

View File

@ -26,13 +26,26 @@
}
/* mukta-regular - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Mukta';
font-style: normal;
font-weight: 400;
src: url('../fonts/mukta-v14-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
font-family: Kanit;
font-family: Mukta;
background: #eee;
}
.navigation a,
.navigation span{
.navigation span,
b,
strong,
h1, h2, h3, h4, h5, h6{
font-family: Kanit;
}

Binary file not shown.