From 959f915c9e545a7fe8cafce9916eea377181201e Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 8 Nov 2016 11:27:37 +0100 Subject: use webp for images, load icons offline --- themes/flog/static/fonts/icons/ic_menu_black_24px.svg | 4 ++++ themes/flog/static/fonts/icons/ic_menu_white_24px.svg | 4 ++++ themes/flog/static/fonts/icons/ic_menu_white_36px.svg | 4 ++++ themes/flog/static/fonts/icons/ic_menu_white_48px.svg | 4 ++++ themes/flog/static/fonts/icons/ic_star_black_24px.svg | 5 +++++ themes/flog/static/fonts/icons/ic_star_border_black_24px.svg | 4 ++++ 6 files changed, 25 insertions(+) create mode 100644 themes/flog/static/fonts/icons/ic_menu_black_24px.svg create mode 100644 themes/flog/static/fonts/icons/ic_menu_white_24px.svg create mode 100644 themes/flog/static/fonts/icons/ic_menu_white_36px.svg create mode 100644 themes/flog/static/fonts/icons/ic_menu_white_48px.svg create mode 100644 themes/flog/static/fonts/icons/ic_star_black_24px.svg create mode 100644 themes/flog/static/fonts/icons/ic_star_border_black_24px.svg (limited to 'themes/flog/static') diff --git a/themes/flog/static/fonts/icons/ic_menu_black_24px.svg b/themes/flog/static/fonts/icons/ic_menu_black_24px.svg new file mode 100644 index 0000000..e46eebf --- /dev/null +++ b/themes/flog/static/fonts/icons/ic_menu_black_24px.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/themes/flog/static/fonts/icons/ic_menu_white_24px.svg b/themes/flog/static/fonts/icons/ic_menu_white_24px.svg new file mode 100644 index 0000000..3521f19 --- /dev/null +++ b/themes/flog/static/fonts/icons/ic_menu_white_24px.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/themes/flog/static/fonts/icons/ic_menu_white_36px.svg b/themes/flog/static/fonts/icons/ic_menu_white_36px.svg new file mode 100644 index 0000000..c9f67a0 --- /dev/null +++ b/themes/flog/static/fonts/icons/ic_menu_white_36px.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/themes/flog/static/fonts/icons/ic_menu_white_48px.svg b/themes/flog/static/fonts/icons/ic_menu_white_48px.svg new file mode 100644 index 0000000..d1aa749 --- /dev/null +++ b/themes/flog/static/fonts/icons/ic_menu_white_48px.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/themes/flog/static/fonts/icons/ic_star_black_24px.svg b/themes/flog/static/fonts/icons/ic_star_black_24px.svg new file mode 100644 index 0000000..742e71a --- /dev/null +++ b/themes/flog/static/fonts/icons/ic_star_black_24px.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/themes/flog/static/fonts/icons/ic_star_border_black_24px.svg b/themes/flog/static/fonts/icons/ic_star_border_black_24px.svg new file mode 100644 index 0000000..d8196ab --- /dev/null +++ b/themes/flog/static/fonts/icons/ic_star_border_black_24px.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.3.1