gerrit/lib/fonts/BUCK
Viktar Donich 5389538038 Serve fonts for local PolyGerrit development
Packs fonts the same way bower_components are packed, with a 'fonts'
folder inside fonts.zip.

Also removes deprecated OpenSans fonts from build files.

Bug: Issue 4893
Change-Id: I7fc11d6e689c7d5b1d68d09e94ee7aaba91ded9b
2016-11-07 14:24:06 -08:00

14 lines
364 B
Python

# Source Code Pro. Version 2.010 Roman / 1.030 Italics
# https://github.com/adobe-fonts/source-code-pro/releases/tag/2.010R-ro%2F1.030R-it
genrule(
name = 'sourcecodepro',
cmd = 'zip -rq $OUT .',
srcs = [
'SourceCodePro-Regular.woff',
'SourceCodePro-Regular.woff2'
],
out = 'sourcecodepro.zip',
license = 'OFL1.1',
visibility = ['PUBLIC'],
)