gerrit/lib/fonts/BUCK

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'],
)