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