Skip to content
Snippets Groups Projects
Verified Commit 14c5db98 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add fonts category and add ibm-plex and intel-one-mono fonts

parent b99718d7
No related branches found
No related tags found
No related merge requests found
[source]
tar="https://github.com/IBM/plex/archive/refs/tags/v6.3.0.tar.gz"
blake3="6c67f5bf8069762eea1e31f5cca5b4e6f57ea1151b34b338046c7976072ccdef"
[build]
template = "custom"
script = """
for style in Mono Sans Serif
do
DEST="${COOKBOOK_STAGE}/ui/fonts/${style}/IBM-Plex"
mkdir -pv "${DEST}"
cp -v "${COOKBOOK_SOURCE}/IBM-Plex-${style}/fonts/complete/ttf/"*".ttf" "${DEST}"
done
"""
[source]
tar="https://github.com/intel/intel-one-mono/archive/refs/tags/V1.3.0.tar.gz"
blake3="9caff71b0a9fe8627253c55889964612ea4ae144584a283cd2fe88b7a14a4140"
[build]
template = "custom"
script = """
DEST="${COOKBOOK_STAGE}/ui/fonts/Mono/Intel-One"
mkdir -pv "${DEST}"
cp -v "${COOKBOOK_SOURCE}/fonts/ttf/"*".ttf" "${DEST}"
"""
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment