1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-22 21:41:43 +04:00

Fix code sample in the customize tabler docs (#1243)

This commit is contained in:
Dave Heineman
2022-09-11 16:00:14 +02:00
committed by GitHub
parent 61189691ef
commit 68b12c5e1b
+1 -1
View File
@@ -18,7 +18,7 @@ Now you just need to tell Tabler to use your favorite font:
```html
<style>
body {
:root {
--tblr-font-sans-serif: 'Inter';
}
</style>