Skip to content

Commit

Permalink
add a serif font
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaatalay committed Oct 8, 2023
1 parent 92fec8c commit b69c907
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rendercv/data_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,11 +410,11 @@ class Design(BaseModel):
title="Theme name",
description='The only option is "Classic" for now.',
)
font: Literal["SourceSans3", "Roboto"] = Field(
font: Literal["SourceSans3", "Roboto", "EBGaramond"] = Field(
default="SourceSans3",
title="Font",
description="The font of the CV.",
examples=["SourceSans3", "Roboto"],
examples=["SourceSans3", "Roboto", "EBGaramond"],
)
font_size: Literal["10pt", "11pt", "12pt"] = Field(
default="10pt",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit b69c907

Please sign in to comment.