blob: fb5ea84f8640979fc1547797ff5b37d2c8cb751b [file] [log] [blame]
load("//tools/bzl:genrule2.bzl", "genrule2")
# 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
filegroup(
name = "sourcecodepro",
srcs = [
"SourceCodePro-Regular.woff",
"SourceCodePro-Regular.woff2",
],
data = ["//lib:LICENSE-OFL1.1"],
visibility = ["//visibility:public"],
)