https://github.com/angular/angular
Raw File
Tip revision: 9a5abbfcbcf09140fdd6f0b8000cdcf1db9381f1 authored by Joey Perrott on 26 September 2023, 16:38:50 UTC
ci: migrate saucelabs bazel job to Github Actions
Tip revision: 9a5abbf
BUILD.bazel
licenses(["notice"])

# Downloaded from: https://fonts.google.com/?selection.family=Open+Sans:300,400,600,700
# Timestamp: 03/02/2019
exports_files(["LICENSE"])

filegroup(
    name = "open-sans",
    srcs = ["open-sans.css"] + glob(["OpenSans-*.ttf"]),
    visibility = ["//modules/playground:__subpackages__"],
)
back to top