1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Merge branch 'main' of https://github.com/tabler/tabler into dev

This commit is contained in:
codecalm
2022-08-05 23:47:36 +02:00

View File

@@ -31,6 +31,13 @@
{% include layout/og.html %}
{% endif %}
<style>
@import url('https://rsms.me/inter/inter.css');
:root {
--tblr-font-sans-serif: Inter,-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica Neue,sans-serif !important;
}
</style>
{% include layout/css.html %}
</head>