Skip to content

Commit

Permalink
Fixed inter-var fontname after inter-ui 4.0 release (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto authored Dec 28, 2023
1 parent 9ee5e57 commit 8610188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/src/routes/+layout.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'inter-ui/inter.css';
import 'inter-ui/inter-variable.css';
import '../app.css';
import { securitiesClient } from '$lib/api/client';
import type { LayoutLoad } from './$types';
Expand Down
2 changes: 1 addition & 1 deletion ui/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
extend: {
fontFamily: {
sans: [
'Inter var, sans-serif',
'InterVariable, sans-serif',
{
fontFeatureSettings: '"cv11", "ss01"'
}
Expand Down

0 comments on commit 8610188

Please sign in to comment.