Skip to content

Commit

Permalink
Merge pull request #876 from dpc-sdp/feature/R20-1533-custom-font
Browse files Browse the repository at this point in the history
fix(@dpc-sdp/nuxt-ripple): ensured that language specific fonts override all other fonts
  • Loading branch information
dylankelly authored Oct 9, 2023
2 parents e37644c + 80c2d1a commit b60fe07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt-ripple/composables/use-tide-language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default (page: any) => {
style: [
{
children: `
.${language.value} { font-family: '${found.value?.name}', var(--rpl-type-font-family) }
.${language.value} * { font-family: '${found.value?.name}', var(--rpl-type-font-family) !important }
`
}
]
Expand Down

0 comments on commit b60fe07

Please sign in to comment.