Files
gerrit/lib/fonts/BUILD
David Ostrovsky a7056ec1dd Merge branch 'stable-2.14' into stable-2.15
* stable-2.14:
  Bazel: Fix more buildifier warnings
  Bazel: Automatically fix lint errors with buildifier 0.20.0
  Bazel: Automatically fix lint errors with buildifier

Change-Id: I02ba30185683a54dca09e6e200b90fe0e86e1f83
2019-01-09 23:10:35 +01:00

17 lines
421 B
Python

# 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"],
)