# 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'], | |
) | |
# Open Sans at Revision 53a5266 and converted using a Google woff file | |
# converter (same one that Google Fonts uses). | |
# https://github.com/google/fonts/tree/master/apache/opensans | |
genrule( | |
name = 'opensans', | |
cmd = 'zip -rq $OUT .', | |
srcs = [ | |
'OpenSans-Bold.woff', | |
'OpenSans-Bold.woff2', | |
'OpenSans-Regular.woff', | |
'OpenSans-Regular.woff2' | |
], | |
out = 'opensans.zip', | |
license = 'Apache2.0', | |
visibility = ['PUBLIC'], | |
) |