diff options
author | Andras Timar <andras.timar@collabora.com> | 2016-09-11 14:00:50 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-09-11 13:39:31 +0000 |
commit | 956db071966dd9a7319503118c28de58015e0fca (patch) | |
tree | a3c263bbf3bc35fadc8e45c7e28afc597467e859 /external | |
parent | 37ad8daabf596e039b4ca62e06e91d5a83128b7c (diff) |
tdf#101949 update Source Code Pro fonts to 2.030 and 1.050
Change-Id: Ic314f2b970ea96ec1eb027979723985138638cdb
Reviewed-on: https://gerrit.libreoffice.org/28818
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'external')
-rw-r--r-- | external/more_fonts/ExternalPackage_sourcecode.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/external/more_fonts/ExternalPackage_sourcecode.mk b/external/more_fonts/ExternalPackage_sourcecode.mk index 6160e56ee32a..5f1d7f7c5b31 100644 --- a/external/more_fonts/ExternalPackage_sourcecode.mk +++ b/external/more_fonts/ExternalPackage_sourcecode.mk @@ -10,8 +10,20 @@ $(eval $(call gb_ExternalPackage_ExternalPackage,fonts_sourcecode,font_sourcecode)) $(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_sourcecode,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + SourceCodePro-BlackIt.ttf \ + SourceCodePro-Black.ttf \ + SourceCodePro-BoldIt.ttf \ SourceCodePro-Bold.ttf \ + SourceCodePro-ExtraLightIt.ttf \ + SourceCodePro-ExtraLight.ttf \ + SourceCodePro-It.ttf \ + SourceCodePro-LightIt.ttf \ + SourceCodePro-Light.ttf \ + SourceCodePro-MediumIt.ttf \ + SourceCodePro-Medium.ttf \ SourceCodePro-Regular.ttf \ + SourceCodePro-SemiboldIt.ttf \ + SourceCodePro-Semibold.ttf \ )) # vim: set noet sw=4 ts=4: |