Skip to content

Commit

Permalink
feat: add regular and semibold fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Haze authored and Haze committed Dec 6, 2023
1 parent 98f1615 commit 5d6ed39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/utils/ThemeUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function setThemeVariables(themeVariables: ThemeVariables) {
function createRootStyles(themeVariables?: ThemeVariables) {
return {
core: css`
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
:root {
--w3m-color-mix-strength: ${unsafeCSS(
themeVariables?.['--w3m-color-mix-strength']
Expand Down

0 comments on commit 5d6ed39

Please sign in to comment.