Aggiornamento font
This commit is contained in:
parent
ce4047109b
commit
2e0bcc2cb7
|
@ -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.
Reference in New Issue