Skip to content

Commit

Permalink
change default serif style
Browse files Browse the repository at this point in the history
  • Loading branch information
bulenkov committed Apr 9, 2020
1 parent 8bfb9ca commit c35f9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/UpdateMetaData.kt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ data class NameRecord(val nameID: Int,
val value: String);

data class PANOSE(val bFamilyType: Int = 2,
val bSerifStyle: Int = 1,
val bSerifStyle: Int = 11,
val bWeight: Int,
val bProportion: Int = 9,
val bContrast: Int,
Expand Down

0 comments on commit c35f9e0

Please sign in to comment.