Skip to content

Commit

Permalink
Merge pull request #781 from adobecom/heading-font
Browse files Browse the repository at this point in the history
Fixing font name on DC widget converter
  • Loading branch information
Blainegunn authored Sep 12, 2024
2 parents 76ebf4f + 39cdda6 commit c1ba66d
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions acrobat/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ div [class *= PdfnowLifecycle__dropzone2___] {
display: none;
}

#dc-converter-widget > div:first-of-type {
display: none;
}

#dc-converter-widget button, #dc-converter-widget input {
font-family: inherit;
}

#CID {
width: 75%;
max-width: 75%;
Expand Down Expand Up @@ -356,6 +348,21 @@ div.how-to ol li::before{
margin-bottom: 10px;
}

#CID div,
#CID p,
#CID span,
#CID h1 {
font-family: 'Adobe Clean', adobe-clean , 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

#dc-converter-widget > div:first-of-type {
display: none;
}

#dc-converter-widget button, #dc-converter-widget input {
font-family: inherit;
}

.section .columns.browser-extension > .row {
display: flex;
margin-bottom: 0;
Expand Down

0 comments on commit c1ba66d

Please sign in to comment.