aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/css/font_awesome/BUILD
blob: a58e75ed7a5d94b51dcc88e2613a35147bc55b17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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",
    ],
    visibility = ["//site:__pkg__"],
)

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