From 410dbc573bbb873a447710e122faefd11075b6df Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Mon, 12 Jan 2015 14:54:16 +0100 Subject: [enh] static content generalization --- .../static/fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20335 bytes .../static/fonts/glyphicons-halflings-regular.svg | 229 +++++++++++++++++++++ .../static/fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 41280 bytes .../static/fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23320 bytes 4 files changed, 229 insertions(+) create mode 100644 searx/static/fonts/glyphicons-halflings-regular.eot create mode 100644 searx/static/fonts/glyphicons-halflings-regular.svg create mode 100644 searx/static/fonts/glyphicons-halflings-regular.ttf create mode 100644 searx/static/fonts/glyphicons-halflings-regular.woff (limited to 'searx/static/fonts') diff --git a/searx/static/fonts/glyphicons-halflings-regular.eot b/searx/static/fonts/glyphicons-halflings-regular.eot new file mode 100644 index 000000000..4a4ca865d Binary files /dev/null and b/searx/static/fonts/glyphicons-halflings-regular.eot differ diff --git a/searx/static/fonts/glyphicons-halflings-regular.svg b/searx/static/fonts/glyphicons-halflings-regular.svg new file mode 100644 index 000000000..e3e2dc739 --- /dev/null +++ b/searx/static/fonts/glyphicons-halflings-regular.svg @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/searx/static/fonts/glyphicons-halflings-regular.ttf b/searx/static/fonts/glyphicons-halflings-regular.ttf new file mode 100644 index 000000000..67fa00bf8 Binary files /dev/null and b/searx/static/fonts/glyphicons-halflings-regular.ttf differ diff --git a/searx/static/fonts/glyphicons-halflings-regular.woff b/searx/static/fonts/glyphicons-halflings-regular.woff new file mode 100644 index 000000000..8c54182aa Binary files /dev/null and b/searx/static/fonts/glyphicons-halflings-regular.woff differ -- cgit v1.2.3