-
Notifications
You must be signed in to change notification settings - Fork 4
Fonts Block
dimmus edited this page Dec 25, 2022
·
2 revisions
The fonts
block is used to list each font file with an alias used later in the theme. As with the images
block, additional fonts
blocks can be included inside other blocks.
Figure: Fonts block
fonts {
font: "filename1.ext" "fontname";
font: "filename2.ext" "otherfontname";
}
-
font [font filename] [font alias]
This property is included for each font, and it defines the
font file
andalias
. The full path to the directory containing the font files can be defined later with theedje_cc
tool's-fd
option.
Based on official Enlightenment documentation.