aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/css/font_awesome/BUILD
blob: 129178c81efb88fb62de6804bb5e95e8cc516bb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
licenses(["notice"])  # MIT, fonts under OFL 1.1

filegroup(
    name = "srcs",
    srcs = glob(["**"]),
    visibility = ["//third_party:__pkg__"],
)

filegroup(
    name = "font_awesome_css",
    srcs = [
        "css/font-awesome.css",
        "css/font-awesome.min.css",
    ],
)

filegroup(
    name = "font_awesome_font",
    srcs = glob(["fonts/fontawesome-webfont.*"]),
)