Skip to content

Commit

Permalink
chore: fonts base
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Sep 24, 2021
1 parent 23de6af commit 539b365
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 30 deletions.
2 changes: 1 addition & 1 deletion src/lang/br.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default {
editor: {
text: {
placeholder: {
base: `Insert '/' to display a list of commands.`,
base: `Insira '/' para exibir a lista de comandos.`,
paragraph: 'Parágrafo',
headingone: 'H1',
headingtwo: 'H2',
Expand Down
2 changes: 1 addition & 1 deletion src/lang/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default {
editor: {
text: {
placeholder: {
base: `Insira '/' para exibir a lista de comandos.`,
base: `Insert '/' to display a list of commands.`,
paragraph: 'Paragraph',
headingone: 'H1',
headingtwo: 'H2',
Expand Down
36 changes: 8 additions & 28 deletions src/makepdf/local-fonts.ts

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions src/use/pdf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ export const usePDF: Callback<any> = () => {
italics: 'Raleway-Italic.ttf',
bolditalics: 'Raleway-MediumItalic.ttf',
},
Poppins: {
normal: 'Raleway-Regular.ttf',
bold: 'Raleway-Medium.ttf',
italics: 'Raleway-Italic.ttf',
bolditalics: 'Raleway-MediumItalic.ttf',
},
}
}

Expand Down

0 comments on commit 539b365

Please sign in to comment.