Skip to content

Commit 64f8c71

Browse files
authored
Add XITS Math (#7)
1 parent bfa947f commit 64f8c71

File tree

3 files changed

+30
-8
lines changed

3 files changed

+30
-8
lines changed

NOTICE

Lines changed: 29 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,26 +53,47 @@ THE SOFTWARE.
5353
================================================================================
5454
The SIL Open Font License Version 1.1 applies to:
5555

56-
* IBM Plex fonts in assets/fonts/IBMPlex*.ttf
56+
* IBM Plex fonts in files/fonts/IBMPlex*.ttf
5757
Copyright © 2017 IBM Corp. with Reserved Font Name "Plex"
5858
(https://github.com/IBM/plex)
5959

60-
* Noto fonts in assets/fonts/Noto*.ttf
60+
* Noto fonts in files/fonts/Noto*.{otf,ttf}
6161
Copyright 2018 The Noto Project Authors
6262
(https://github.com/googlei18n/noto-fonts)
6363

64-
* PT Sans fonts in assets/fonts/PTSans*.ttf
64+
* PT Sans fonts in files/fonts/PTSans*.ttf
6565
Copyright (c) 2010, ParaType Ltd. (http://www.paratype.com/public),
6666
with Reserved Font Names "PT Sans" and "ParaType".
6767

68-
* Fira Math fonts in assets/fonts/FiraMath*.otf
68+
* Fira Math fonts in files/fonts/FiraMath*.otf
6969
Copyright (C) 2018--2021 by Xiangdong Zeng <[email protected]>
7070
(https://github.com/firamath/firamath)
7171

72-
* Inria fonts in assets/fonts/Inria*.ttf
72+
* Inria fonts in files/fonts/Inria*.ttf
7373
Copyright 2017 The Inria Sans Project Authors
7474
(https://github.com/BlackFoundryCom/InriaFonts)
7575

76+
* XITS fonts in files/fonts/XITS*.otf
77+
Copyright (c) 2001-2010, STI Pub Companies, consisting of the American
78+
Institute of Physics, the American Chemical Society, the American Mathematical
79+
Society, the American Physical Society, Elsevier, Inc., and The Institute of
80+
Electrical and Electronic Engineers, Inc. (www.stixfonts.org), with Reserved
81+
Font Name STIX Fonts, STIX Fonts (TM) is a trademark of The Institute of
82+
Electrical and Electronics Engineers, Inc.
83+
Copyright (c) 1998-2003, MicroPress, Inc. (www.micropress-inc.com), with
84+
Reserved Font Name TM Math.
85+
Copyright (c) 1990, Elsevier, Inc.
86+
Copyright (c) 2014, 2015, (URW)++ Design & Development.
87+
Copyright (c) 2009-2019, Khaled Hosny.
88+
Copyright (c) 2019, Daniel Benjamin Miller.
89+
(https://github.com/aliftype/xits)
90+
91+
* STIX Two fonts in files/fonts/STIXTwo*.otf
92+
Copyright 2001-2021 The STIX Fonts Project Authors
93+
(https://github.com/stipub/stixfonts), with Reserved Font Name "TM Math".
94+
STIX Fonts™ is a trademark of The Institute of Electrical and Electronics
95+
Engineers, Inc.
96+
7697
-----------------------------------------------------------
7798
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
7899
-----------------------------------------------------------
@@ -164,7 +185,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
164185
================================================================================
165186
The Apache License Version 2.0 applies to:
166187

167-
* Roboto fonts in assets/fonts/Roboto*.ttf
188+
* Roboto fonts in files/fonts/Roboto*.ttf
168189
(https://github.com/googlefonts/roboto)
169190

170191
Apache License
@@ -348,7 +369,7 @@ The Apache License Version 2.0 applies to:
348369
================================================================================
349370
The Ubuntu Font License Version 1.0 applies to:
350371

351-
* Ubuntu fonts in assets/fonts/Ubuntu*.ttf
372+
* Ubuntu fonts in files/fonts/Ubuntu*.ttf
352373
(https://design.ubuntu.com/font/)
353374

354375
-------------------------------
@@ -453,7 +474,7 @@ DEALINGS IN THE FONT SOFTWARE.
453474
================================================================================
454475
The Creative Commons Attribution 4.0 International License applies to:
455476

456-
* Twitter Color Emoji font in assets/fonts/TwitterColorEmoji.ttf
477+
* Twitter Color Emoji font in files/fonts/TwitterColorEmoji.ttf
457478
Copyright 2016 Brad Erickson
458479
Copyright 2016 Twitter, Inc.
459480
(https://github.com/eosrei/twemoji-color-font)

files/fonts/XITSMath-Regular.otf

535 KB
Binary file not shown.

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ files! {
9595
"fonts/STIXTwoMath-Regular.otf",
9696
"fonts/TwitterColorEmoji.ttf",
9797
"fonts/Ubuntu-Regular.ttf",
98+
"fonts/XITSMath-Regular.otf",
9899
"images/bad.svg",
99100
"images/chinese.svg",
100101
"images/cylinder.svg",

0 commit comments

Comments
 (0)