Skip to content

Commit

Permalink
Avoid setting default font
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Jun 15, 2021
1 parent c2bbce6 commit ef56169
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Books"
uuid = "939d5c6b-51ae-42e7-97ca-7564d0d4ad91"
authors = ["Rik Huijzer <[email protected]>"]
version = "0.5.0"
version = "0.5.1"

[deps]
CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
Expand Down
1 change: 0 additions & 1 deletion defaults/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ lang: en-US

tags: [pandoc, Books.jl, JuliaLang]
number-sections: true
mainfont: DejaVu Sans

# This font contains unicode characters.
monofont: Source Code Pro
Expand Down
1 change: 1 addition & 0 deletions docs/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ subtitle: Create books with Julia
book: false
author: Rik Huijzer
pdf-footer: https://github.com/rikhuijzer/Books.jl
mainfont: DejaVu Sans

# An example additional header include for html.
# Note that the url will be updated by `Books.fix_links`.
Expand Down

2 comments on commit ef56169

@rikhuijzer
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/38924

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.1 -m "<description of version>" ef561691c9deb3cef5cdb9c1c005606e21d71ece
git push origin v0.5.1

Please sign in to comment.