Files
gerrit/lib/fonts/BUILD
David Pursehouse 361f30cc0b Format fonts BUILD file with buildifier
Change-Id: Ieadf10b166f5778f49c99f37c4b546fd5744a58b
2017-06-27 19:39:16 +09:00

14 lines
341 B
Python

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