From a494c33ef7e574e68ab5bb83d0bdbd67348af0ef Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 3 Oct 2016 23:08:26 +0200 Subject: Basically, fix everything * Remove install.sh * Assets are now provided * Icons font issues are fixed --- .../wallabagcore/themes/material/font/roboto/Roboto-BlackItalic.woff2 | 1 + 1 file changed, 1 insertion(+) create mode 120000 web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BlackItalic.woff2 (limited to 'web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BlackItalic.woff2') diff --git a/web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BlackItalic.woff2 b/web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BlackItalic.woff2 new file mode 120000 index 00000000..5cfae420 --- /dev/null +++ b/web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BlackItalic.woff2 @@ -0,0 +1 @@ +../../../../../../../node_modules/roboto-fontface/fonts/Roboto/Roboto-BlackItalic.woff2 \ No newline at end of file -- cgit v1.2.3 From ca8f9bdc1507e8a1f1d7500fb52a0dcb64de237a Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Tue, 4 Oct 2016 10:10:36 +0200 Subject: Fix font & Travis Grunt now copy fonts instead of symlink (node_modules won't exist for the end user) --- .../material/font/roboto/Roboto-BlackItalic.woff2 | Bin 87 -> 72612 bytes 1 file changed, 0 insertions(+), 0 deletions(-) mode change 120000 => 100644 web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BlackItalic.woff2 (limited to 'web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BlackItalic.woff2') diff --git a/web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BlackItalic.woff2 b/web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BlackItalic.woff2 deleted file mode 120000 index 5cfae420..00000000 --- a/web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BlackItalic.woff2 +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../node_modules/roboto-fontface/fonts/Roboto/Roboto-BlackItalic.woff2 \ No newline at end of file diff --git a/web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BlackItalic.woff2 b/web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BlackItalic.woff2 new file mode 100644 index 00000000..5cb417b0 Binary files /dev/null and b/web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BlackItalic.woff2 differ -- cgit v1.2.3