diff --git a/content/conlangs/overview-of-mosici.md b/content/conlangs/overview-of-mosici.md index fc1cbcb..348c6c0 100644 --- a/content/conlangs/overview-of-mosici.md +++ b/content/conlangs/overview-of-mosici.md @@ -4,7 +4,7 @@ date = 2024-02-26T02:16:48+01:00 keywords = ["conlangs","mosici","mosécéc"] +++ -Mosici (in Mosici: {{< script "nahan" >}}Mosécéc an'Ila{{< /script >}} /mosikik ãnela/) is spoken in the world of Nielavi. It is one of the many language that split of the Nahan language after the fall of the Empire. +Mosici (in Mosici: {{% script "nahan" %}}Mosécéc an,ila{{% /script %}} /mosikik ãnela/) is spoken in the world of Nielavi. It is one of the many language that split of the Nahan language after the fall of the Empire. Nowdays it is mainly spoken in the North-Eastern Archipelago, but also serves as a lingua franca for most of the trade in the Eastern Ocean. diff --git a/static/fonts/nahan.ttf b/static/fonts/nahan.ttf index da82c3e..85c256d 100644 Binary files a/static/fonts/nahan.ttf and b/static/fonts/nahan.ttf differ diff --git a/static/fonts/nahan.woff b/static/fonts/nahan.woff new file mode 100644 index 0000000..c990f0a Binary files /dev/null and b/static/fonts/nahan.woff differ diff --git a/static/fonts/nahan.woff2 b/static/fonts/nahan.woff2 new file mode 100644 index 0000000..0317fcc Binary files /dev/null and b/static/fonts/nahan.woff2 differ diff --git a/themes/risotto/static/css/custom.css b/themes/risotto/static/css/custom.css index 49c7724..3c5eb58 100644 --- a/themes/risotto/static/css/custom.css +++ b/themes/risotto/static/css/custom.css @@ -1,8 +1,15 @@ /* Override this file to customise the theme's CSS for your site */ -@fontface { +@font-face { font-family: 'Nahan'; - src: url('https://www.annwan.me/fonts/nahan.ttf') format(truetype); + font-display: swap; + font-weight: 400; + font-stretch: normal; + font-style: normal; + src: + url('/fonts/nahan.ttf') format('truetype'), + url('/fonts/nahan.woff') format('woff'), + url('/fonts/nahan.woff2') format('woff2'); } :root { @@ -11,4 +18,5 @@ .scr-nahan { font-family: var(--font-script-nahan); + font-size: 125%; }