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

Inter iconfont (#1189)

This commit is contained in:
Paweł Kuna
2022-08-05 23:32:15 +02:00
committed by GitHub
parent 4dff0e733b
commit baa9912b50

View File

@@ -35,6 +35,13 @@
{% include layout/og.html %} {% include layout/og.html %}
{% endif %} {% 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 %} {% include layout/css.html %}
</head> </head>