Skip to content

Commit

Permalink
Inter iconfont (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Aug 5, 2022
1 parent 4dff0e7 commit baa9912
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/_layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,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>

Expand Down

1 comment on commit baa9912

@vercel
Copy link

@vercel vercel bot commented on baa9912 Aug 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tabler – ./

preview.tabler.io
tabler-git-main-tabler-ui.vercel.app
demo.tabler.io
tabler-tabler-ui.vercel.app

Please sign in to comment.