Skip to content

Commit

Permalink
Add font-family style using the output div's classname
Browse files Browse the repository at this point in the history
  • Loading branch information
Swanand01 committed Apr 10, 2024
1 parent bb82f61 commit 3056862
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/output/src/utils/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ function CustomStyles() {
height: 100%;
}
amp-story-grid-layer div:has(~ .small) > span,
amp-story-grid-layer div:has(~ .large) > span {
.audio-sticker {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
`,
Expand Down

0 comments on commit 3056862

Please sign in to comment.