Skip to content

Commit 6eccf12

Browse files
authored
Merge pull request #3006 from nextcloud/fix/fonts
fix: ensure fonts are shipped
2 parents 94835fe + 5da97de commit 6eccf12

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

β€Ž.gitignoreβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
22
# SPDX-License-Identifier: AGPL-3.0-or-later
3-
css/fonts/
3+
4+
# We do not ship the Roboto font files (only needed for Cypress) - but we need to ship the other font files
5+
css/fonts/roboto-*
46

57
.DS_Store
68
node_modules/
17.9 KB
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: 2014 The Comic Neue Project Authors (https://github.com/crozynski/comicneue)
2+
SPDX-License-Identifier: OFL-1.1
22.6 KB
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: 2010 ParaType Ltd. (http://www.paratype.com/public)
2+
SPDX-License-Identifier: OFL-1.1

0 commit comments

Comments
Β (0)