Skip to content

Commit b74b5da

Browse files
authored
Merge pull request #3006 from nextcloud/fix/fonts
fix: ensure fonts are shipped
2 parents 043a0b1 + 3b92b57 commit b74b5da

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/viewer/.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/

0 commit comments

Comments
 (0)