Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
ea9994e6
You need to sign in or sign up before continuing.
Commit
ea9994e6
authored
Sep 19, 2020
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fonts: Added variable FONTS
This will override the already defined fonts.
parent
a8b25b79
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
18 deletions
+20
-18
config.mk
features.in/fonts/config.mk
+20
-18
No files found.
features.in/fonts/config.mk
View file @
ea9994e6
# fontconfig setup
use/fonts:
@$(call add_feature)
@$(call try,FONTS,fonts-ttf-google-croscore-arimo)
@$(call add,THE_PACKAGES,$$(FONTS))
@$(call xport,FONT_FEATURES_ENABLE)
@$(call xport,FONT_FEATURES_DISABLE)
...
...
@@ -22,39 +24,39 @@ use/fonts/infinality: use/fonts
# #34142
use/fonts/chinese: use/fonts
@$(call add,
THE_PACKAGE
S,fonts-bitmap-wqy)
@$(call add,
FONT
S,fonts-bitmap-wqy)
# a few typical font collections
# NB: dejavu is ugly thus missing
# NB: not depending on use/fonts intentionally,
# the scripts are unneeded to add packages
use/fonts/otf/adobe:
@$(call add,
THE_PACKAGE
S,fonts-otf-adobe-source-code-pro)
@$(call add,
THE_PACKAGE
S,fonts-otf-adobe-source-sans-pro)
@$(call add,
FONT
S,fonts-otf-adobe-source-code-pro)
@$(call add,
FONT
S,fonts-otf-adobe-source-sans-pro)
use/fonts/otf/mozilla:
@$(call add,
THE_PACKAGE
S,fonts-otf-mozilla-fira)
@$(call add,
FONT
S,fonts-otf-mozilla-fira)
use/fonts/ttf/google:
@$(call add,
THE_PACKAGE
S,fonts-ttf-google-droid-sans)
@$(call add,
THE_PACKAGE
S,fonts-ttf-google-droid-sans-mono)
@$(call add,
THE_PACKAGE
S,fonts-ttf-google-droid-serif)
@$(call add,
THE_PACKAGE
S,fonts-ttf-google-croscore-arimo)
@$(call add,
THE_PACKAGE
S,fonts-ttf-google-croscore-cousine)
@$(call add,
THE_PACKAGE
S,fonts-ttf-google-croscore-tinos)
@$(call add,
FONT
S,fonts-ttf-google-droid-sans)
@$(call add,
FONT
S,fonts-ttf-google-droid-sans-mono)
@$(call add,
FONT
S,fonts-ttf-google-droid-serif)
@$(call add,
FONT
S,fonts-ttf-google-croscore-arimo)
@$(call add,
FONT
S,fonts-ttf-google-croscore-cousine)
@$(call add,
FONT
S,fonts-ttf-google-croscore-tinos)
use/fonts/ttf/google/extra: use/fonts/ttf/google
@$(call add,
THE_PACKAGE
S,fonts-ttf-google-crosextra-caladea)
@$(call add,
THE_PACKAGE
S,fonts-ttf-google-crosextra-carlito)
@$(call add,
FONT
S,fonts-ttf-google-crosextra-caladea)
@$(call add,
FONT
S,fonts-ttf-google-crosextra-carlito)
use/fonts/ttf/redhat:
@$(call add,
THE_PACKAGE
S,fonts-ttf-liberation)
@$(call add,
FONT
S,fonts-ttf-liberation)
use/fonts/ttf/ubuntu:
@$(call add,
THE_PACKAGE
S,fonts-ttf-ubuntu-font-family)
@$(call add,
FONT
S,fonts-ttf-ubuntu-font-family)
use/fonts/ttf/xo:
@$(call add,
THE_PACKAGE
S,fonts-ttf-XO)
@$(call add,
THE_PACKAGE
S,fonts-ttf-PT)
@$(call add,
THE_PACKAGE
S,fonts-ttf-Cormorant)
@$(call add,
THE_PACKAGE
S,fonts-ttf-open-sans)
@$(call add,
FONT
S,fonts-ttf-XO)
@$(call add,
FONT
S,fonts-ttf-PT)
@$(call add,
FONT
S,fonts-ttf-Cormorant)
@$(call add,
FONT
S,fonts-ttf-open-sans)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment