blob: 025b93e182a5b3d6ff41914799fd26c8771413e8 [file] [log] [blame]
load("//tools/bzl:genrule2.bzl", "genrule2")
# Roboto Mono. Version 2.136
# https://github.com/google/roboto/releases/tag/v2.136
filegroup(
name = "robotofonts",
srcs = [
"Roboto-Medium.woff",
"Roboto-Medium.woff2",
"Roboto-Regular.woff",
"Roboto-Regular.woff2",
"RobotoMono-Regular.woff",
"RobotoMono-Regular.woff2",
],
data = ["//lib:LICENSE-Apache2.0"],
visibility = ["//visibility:public"],
)