More fonts
This commit is contained in:
parent
09d17b4d21
commit
2e87dcdbe0
9
NOTICE
9
NOTICE
@ -81,6 +81,15 @@ The SIL Open Font License Version 1.1 applies to:
|
||||
Copyright (C) 2018--2021 by Xiangdong Zeng <xdzeng96@gmail.com>
|
||||
(https://github.com/firamath/firamath)
|
||||
|
||||
* Inria fonts in assets/fonts/Inria*.ttf
|
||||
Copyright 2017 The Inria Sans Project Authors
|
||||
(https://github.com/BlackFoundryCom/InriaFonts)
|
||||
|
||||
* Linux Libertine fonts in assets/fonts/LinLibertine*.ttf
|
||||
Copyright (c) 2003–2012, Philipp H. Poll
|
||||
(www.linuxlibertine.org | gillian at linuxlibertine.org),
|
||||
with Reserved Font Name "Linux Libertine" and "Biolinum".
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
BIN
assets/fonts/InriaSerif-BoldItalic.ttf
Normal file
BIN
assets/fonts/InriaSerif-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/InriaSerif-Regular.ttf
Normal file
BIN
assets/fonts/InriaSerif-Regular.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/LinLibertine_R.ttf
Normal file
BIN
assets/fonts/LinLibertine_R.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/LinLibertine_RB.ttf
Normal file
BIN
assets/fonts/LinLibertine_RB.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/LinLibertine_RBI.ttf
Normal file
BIN
assets/fonts/LinLibertine_RBI.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/LinLibertine_RI.ttf
Normal file
BIN
assets/fonts/LinLibertine_RI.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/NotoSerif-Regular.ttf
Normal file
BIN
assets/fonts/NotoSerif-Regular.ttf
Normal file
Binary file not shown.
@ -2,7 +2,7 @@
|
||||
|
||||
---
|
||||
// Test images and font fallback.
|
||||
#let monkey = move(dy: 0.2em, image("/res/monkey.svg", height: 1em))
|
||||
#let monkey = move(dy: 0.2em, image("/monkey.svg", height: 1em))
|
||||
$ sum_(i=#emoji.apple)^#emoji.apple.red i + monkey/2 $
|
||||
|
||||
---
|
||||
|
@ -12,7 +12,7 @@
|
||||
]
|
||||
|
||||
// Test hanging punctuation with RTL.
|
||||
#set text(lang: "he")
|
||||
#set text(lang: "he", "IBM Plex Sans", "Noto Serif Hebrew")
|
||||
בנייה נכונה של משפטים ארוכים דורשת ידע בשפה. אז בואו נדבר על מזג האוויר.
|
||||
|
||||
---
|
||||
|
@ -11,6 +11,7 @@ I'm in#text(tracking: 0.15em + 1.5pt)[ spaace]!
|
||||
|
||||
---
|
||||
// Test that tracking doesn't disrupt mark placement.
|
||||
#set text("IBM Plex Sans", "Noto Serif Hebrew")
|
||||
#set text(tracking: 0.3em)
|
||||
טֶקסט
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user