https://github.com/angular/angular
Raw File
Tip revision: 59d6a53a036ed61cde88883e9af8b6be217d58f8 authored by Renovate Bot on 29 June 2022, 13:16:04 UTC
build: update cross-repo angular dependencies
Tip revision: 59d6a53
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