Skip to content

Commit

Permalink
🐛 fix(font): svg animation font error
Browse files Browse the repository at this point in the history
  • Loading branch information
lwinmoepaing committed Oct 19, 2023
1 parent 35ca072 commit bc0d811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Animate/MseTypo/MseTypo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const MsoTypo = () => {
>
<style>
{
'.st0{display:none}.st2{display:inline}.st3{opacity:.1}.st4{fill:#fff}.st6{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}.st8{display:inline;fill:#fff}.st10{fill:none;stroke:#fff;stroke-width:2}.st12{font-size:110px}.st13{font-family:"PTMono-Regular"}.st14{font-size:46px}'
'.st0{display:none}.st2{display:inline}.st3{opacity:.1}.st4{fill:#fff}.st6{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}.st8{display:inline;fill:#fff}.st10{fill:none;stroke:#fff;stroke-width:2}.st12{font-size:110px}.st14{font-size:46px}'
}
</style>
<g id="TextGroup">
Expand Down

0 comments on commit bc0d811

Please sign in to comment.