diff --git a/assets/css/custom.css b/assets/css/custom.css index 185fdd5..92389a7 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -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; } diff --git a/static/fonts/mukta-v14-latin-regular.woff2 b/static/fonts/mukta-v14-latin-regular.woff2 new file mode 100644 index 0000000..cfc04dc Binary files /dev/null and b/static/fonts/mukta-v14-latin-regular.woff2 differ