Perf
This commit is contained in:
parent
f3d6faa8a8
commit
4edfdd3edd
6 changed files with 20 additions and 3 deletions
|
@ -1 +1,8 @@
|
|||
AddType application/x-web-app-manifest+json .webapp
|
||||
ExpiresActive On
|
||||
ExpiresByType application/javascript "access plus 1 week"
|
||||
ExpiresByType text/css "access plus 1 week"
|
||||
ExpiresByType image/png "access plus 1 week"
|
||||
ExpiresByType image/jpeg "access plus 1 week"
|
||||
ExpiresByType image/svg+xml "access plus 1 week"
|
||||
FileETag None
|
||||
|
|
|
@ -12,7 +12,7 @@ module.exports = function (grunt) {
|
|||
cssmin: {
|
||||
combine: {
|
||||
files: {
|
||||
'dist/main.css': ['css/style.css']
|
||||
'dist/main.css': ['css/*.css']
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
12
css/fonts.css
Normal file
12
css/fonts.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/OpenSans-Light.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Open Sans'), local('OpenSans'), url(../fonts/OpenSans-Regular.ttf);
|
||||
}
|
BIN
fonts/OpenSans-Light.ttf
Normal file
BIN
fonts/OpenSans-Light.ttf
Normal file
Binary file not shown.
BIN
fonts/OpenSans-Regular.ttf
Normal file
BIN
fonts/OpenSans-Regular.ttf
Normal file
Binary file not shown.
2
head.php
2
head.php
|
@ -5,8 +5,6 @@
|
|||
<meta name=viewport content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Easily download videos from Youtube, Dailymotion, Vimeo and other websites." />
|
||||
<link rel="stylesheet" href="dist/main.css" />
|
||||
<link rel="stylesheet"
|
||||
href="https://fonts.googleapis.com/css?family=Open+Sans:400,300" />
|
||||
<link rel="author" href="https://plus.google.com/110403274854419000481?rel=author" />
|
||||
<link rel="author" href="https://plus.google.com/103696815796116179392?rel=author" />
|
||||
<link href="https://plus.google.com/108799967445657477255" rel="publisher" />
|
||||
|
|
Loading…
Reference in a new issue