summaryrefslogtreecommitdiff
path: root/support/tex4ebook/config-t4e.lua
blob: 9cc6681efec7f7b9fac8d817c477323a63c98f0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
-- Config file for tex4ebook

-- Font config

Font{
  name   = "cmr",
  file   = "lmroman10-regular.otf",
  family = "Latin Modern",
  weight = "normal",
  style  = "normal"
}

Font{
  name   = "cmmi",
  file   = "lmroman10-italic.otf",
  family = "Latin Modern",
  weight = "normal",
  style  = "italic"
}