diff options
author | Khaled Hosny <khaled@aliftype.com> | 2022-12-05 00:30:03 +0200 |
---|---|---|
committer | خالد حسني <khaled@aliftype.com> | 2022-12-05 06:46:44 +0000 |
commit | 05eb5e487455dfaa0947c704c2ae06544d1f9253 (patch) | |
tree | 5fce5d6af26dd2eeb7960792a87d4036fe18fb4c /solenv/flatpak-manifest.in | |
parent | 6ddbc0b67a75ff7e0267649cef61fd0af7085884 (diff) |
tdf#136604: Remove Source Serif Pro and Source Code Pro fonts
Kept Source Sans Pro for now because it is used in some styles and using
also weights that not supported by other fonts we bundle (e.g. light).
Change-Id: I2eb9c6a2951e0c39e7021a5c90ed549d03f4a4e8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143645
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@aliftype.com>
Diffstat (limited to 'solenv/flatpak-manifest.in')
-rw-r--r-- | solenv/flatpak-manifest.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index fe2c388aa174..8b2426ecebca 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -138,13 +138,6 @@ "dest-filename": "@FONT_LINLIBERTINEG_TARBALL@" }, { - "url": "https://dev-www.libreoffice.org/src/@FONT_SOURCECODE_TARBALL@", - "sha256": "@FONT_SOURCECODE_SHA256SUM@", - "type": "file", - "dest": "external/tarballs", - "dest-filename": "@FONT_SOURCECODE_TARBALL@" - }, - { "url": "https://dev-www.libreoffice.org/src/@FONT_SOURCESANS_TARBALL@", "sha256": "@FONT_SOURCESANS_SHA256SUM@", "type": "file", @@ -152,13 +145,6 @@ "dest-filename": "@FONT_SOURCESANS_TARBALL@" }, { - "url": "https://dev-www.libreoffice.org/src/@FONT_SOURCESERIF_TARBALL@", - "sha256": "@FONT_SOURCESERIF_SHA256SUM@", - "type": "file", - "dest": "external/tarballs", - "dest-filename": "@FONT_SOURCESERIF_TARBALL@" - }, - { "url": "https://dev-www.libreoffice.org/src/@BOOST_TARBALL@", "sha256": "@BOOST_SHA256SUM@", "type": "file", |