Install this version:
emerge -a =media-fonts/segoe-1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/segoe-1.0
Or alternatively:
emerge --autounmask-write -a =media-fonts/segoe-1.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0 | 8 | ~amd64 | 0 |
# Copyright 2021-2022 Aisha Tammy
# Distributed under the terms of the ISC License
EAPI=8
inherit font
DESCRIPTION="Segoe font family by Microsoft"
HOMEPAGE="https://docs.microsoft.com/windows/apps/design/downloads/#fonts"
SRC_URI="
https://aka.ms/SegoeUIVariable -> ${P}-variable.zip
https://aka.ms/SegoeFluentIcons -> ${P}-fluent-icons.zip
https://aka.ms/segoeuifont -> ${P}-ui.zip
https://aka.ms/segoemdl2 -> ${P}-mdl2.zip
"
LICENSE="Microsoft-Font"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="app-arch/unzip"
S="${WORKDIR}"
FONT_SUFFIX="ttf"
DOCS="EULA.txt"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | segoe-1.0-fluent-icons.zip | 183723 bytes | https://aka.ms/SegoeFluentIcons |
| DIST | segoe-1.0-mdl2.zip | 142233 bytes | https://aka.ms/segoemdl2 |
| DIST | segoe-1.0-ui.zip | 4100326 bytes | https://aka.ms/segoeuifont |
| DIST | segoe-1.0-variable.zip | 3622708 bytes | https://aka.ms/SegoeUIVariable |