From 7ff83db757330899576b50b87968ca86f2539f7b Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 30 Sep 2024 17:19:22 +0200 Subject: Change default font to Libertinus Serif (#4969) --- crates/typst-kit/src/fonts.rs | 2 +- crates/typst-kit/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/typst-kit/src') diff --git a/crates/typst-kit/src/fonts.rs b/crates/typst-kit/src/fonts.rs index 8f85bfdc..8c8981a1 100644 --- a/crates/typst-kit/src/fonts.rs +++ b/crates/typst-kit/src/fonts.rs @@ -4,7 +4,7 @@ //! # Embedded fonts //! The following fonts are available as embedded fonts via the `embed-fonts` //! feature flag: -//! - For text: Linux Libertine, New Computer Modern +//! - For text: Libertinus Serif, New Computer Modern //! - For math: New Computer Modern Math //! - For code: Deja Vu Sans Mono diff --git a/crates/typst-kit/src/lib.rs b/crates/typst-kit/src/lib.rs index d0ea82ef..956339b8 100644 --- a/crates/typst-kit/src/lib.rs +++ b/crates/typst-kit/src/lib.rs @@ -7,7 +7,7 @@ //! - [fonts] contains a default implementation for searching local and system //! installed fonts. It is enabled by the `fonts` feature flag, additionally //! the `embed-fonts` feature can be used to embed the Typst default fonts. -//! - For text: Linux Libertine, New Computer Modern +//! - For text: Libertinus Serif, New Computer Modern //! - For math: New Computer Modern Math //! - For code: Deja Vu Sans Mono //! - [download] contains functionality for making simple web requests with -- cgit v1.2.3