mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
parent
504664a261
commit
7515648774
@ -680,7 +680,6 @@ Font Chivo
|
|||||||
Family sf
|
Family sf
|
||||||
OsfOption oldstyle
|
OsfOption oldstyle
|
||||||
Package Chivo
|
Package Chivo
|
||||||
PackageOption "regular"
|
|
||||||
MoreOptions 1
|
MoreOptions 1
|
||||||
FontEncoding OT1,LY1,T1,TS1
|
FontEncoding OT1,LY1,T1,TS1
|
||||||
ScaleOption scale=$$val
|
ScaleOption scale=$$val
|
||||||
|
@ -1136,7 +1136,6 @@ void Preamble::handle_package(Parser &p, string const & name,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (name == "Chivo") {
|
if (name == "Chivo") {
|
||||||
h_font_roman[0] = "Chivo";
|
|
||||||
for (auto const & opt : allopts) {
|
for (auto const & opt : allopts) {
|
||||||
if (opt == "thin") {
|
if (opt == "thin") {
|
||||||
h_font_roman[0] = "ChivoThin";
|
h_font_roman[0] = "ChivoThin";
|
||||||
|
Loading…
Reference in New Issue
Block a user