Skip to content

Commit 3fe1ba6

Browse files
Gustavo CostaGustavo Costa
Gustavo Costa
authored and
Gustavo Costa
committed
Updated bugless
1 parent 7aab87b commit 3fe1ba6

25 files changed

+31143
-1639
lines changed

.htaccess

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<FilesMatch "\.(ttf|otf|eot|woff|font.css)$">
2+
<IfModule mod_headers.c>
3+
Header set Access-Control-Allow-Origin "*"
4+
</IfModule>
5+
</FilesMatch>
6+
7+
# Webfont mime types
8+
AddType application/vnd.ms-fontobject eot
9+
AddType font/truetype ttf
10+
AddType font/opentype otf
11+
AddType application/x-font-woff woff
12+
13+
# Images SVG
14+
AddType image/svg+xml svg
15+
AddType image/svg+xml svgz
16+
17+
# webfonts and svg:
18+
<IfModule mod_deflate.c>
19+
<FilesMatch "\.(ttf|otf|eot|svg)$" >
20+
SetOutputFilter DEFLATE
21+
</FilesMatch>
22+
</IfModule>

atomlogo.svg

-65
This file was deleted.

bootstrap.min.css

-5
This file was deleted.

bootstrap.min.js

-7
This file was deleted.

0 commit comments

Comments
 (0)