Move stylesheets to css/
directory
This commit is contained in:
parent
e45ea044fc
commit
630573dd56
41
css/droidsans.css
Normal file
41
css/droidsans.css
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: 'Droid Sans';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: url('../font/DroidSans-Regular.eot?1516549146');
|
||||||
|
src: local('Droid Sans Regular'),
|
||||||
|
local('DroidSans-Regular'),
|
||||||
|
url('../font/DroidSans-Regular.eot?1516549146#iefix') format('embedded-opentype'),
|
||||||
|
url('../font/DroidSans-Regular.woff2?1516549146') format('woff2'),
|
||||||
|
url('../font/DroidSans-Regular.woff?1516549146') format('woff'),
|
||||||
|
url('../font/DroidSans-Regular.ttf?1516549146') format('truetype'),
|
||||||
|
url('../font/DroidSans-Regular.svg?1516549146#droid_sansregular') format('svg');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Droid Sans';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
src: url('../font/DroidSans-Bold.eot?1516549146');
|
||||||
|
src: local('Droid Sans Bold'),
|
||||||
|
local('DroidSans-Bold'),
|
||||||
|
url('../font/DroidSans-Bold.eot?1516549146#iefix') format('embedded-opentype'),
|
||||||
|
url('../font/DroidSans-Bold.woff2?1516549146') format('woff2'),
|
||||||
|
url('../font/DroidSans-Bold.woff?1516549146') format('woff'),
|
||||||
|
url('../font/DroidSans-Bold.ttf?1516549146') format('truetype'),
|
||||||
|
url('../font/DroidSans-Bold.svg?1516549146#droid_sansbold') format('svg');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Droid Sans Mono';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: url('../font/DroidSansMono-Regular.eot?1516549146');
|
||||||
|
src: local('Droid Sans Mono Regular'),
|
||||||
|
local('DroidSansMono-Regular'),
|
||||||
|
url('../font/DroidSansMono-Regular.eot?1516549146#iefix') format('embedded-opentype'),
|
||||||
|
url('../font/DroidSansMono-Regular.woff2?1516549146') format('woff2'),
|
||||||
|
url('../font/DroidSansMono-Regular.woff?1516549146') format('woff'),
|
||||||
|
url('../font/DroidSansMono-Regular.ttf?1516549146') format('truetype'),
|
||||||
|
url('../font/DroidSansMono-Regular.svg?1516549146#droid_sans_monoregular') format('svg');
|
||||||
|
}
|
14
fontello.css → css/fontello.css
vendored
14
fontello.css → css/fontello.css
vendored
@ -1,11 +1,11 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'fontello';
|
font-family: 'fontello';
|
||||||
src: url('icon/fontello.eot?13793670');
|
src: url('../icon/fontello.eot?13793670');
|
||||||
src: url('icon/fontello.eot?13793670#iefix') format('embedded-opentype'),
|
src: url('../icon/fontello.eot?13793670#iefix') format('embedded-opentype'),
|
||||||
url('icon/fontello.woff2?13793670') format('woff2'),
|
url('../icon/fontello.woff2?13793670') format('woff2'),
|
||||||
url('icon/fontello.woff?13793670') format('woff'),
|
url('../icon/fontello.woff?13793670') format('woff'),
|
||||||
url('icon/fontello.ttf?13793670') format('truetype'),
|
url('../icon/fontello.ttf?13793670') format('truetype'),
|
||||||
url('icon/fontello.svg?13793670#fontello') format('svg');
|
url('../icon/fontello.svg?13793670#fontello') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@ -15,7 +15,7 @@
|
|||||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'fontello';
|
font-family: 'fontello';
|
||||||
src: url('icon/fontello.svg?13793670#fontello') format('svg');
|
src: url('../icon/fontello.svg?13793670#fontello') format('svg');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
*/
|
@ -1,41 +0,0 @@
|
|||||||
@font-face {
|
|
||||||
font-family: 'Droid Sans';
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 400;
|
|
||||||
src: url('font/DroidSans-Regular.eot?1516549146');
|
|
||||||
src: local('Droid Sans Regular'),
|
|
||||||
local('DroidSans-Regular'),
|
|
||||||
url('font/DroidSans-Regular.eot?1516549146#iefix') format('embedded-opentype'),
|
|
||||||
url('font/DroidSans-Regular.woff2?1516549146') format('woff2'),
|
|
||||||
url('font/DroidSans-Regular.woff?1516549146') format('woff'),
|
|
||||||
url('font/DroidSans-Regular.ttf?1516549146') format('truetype'),
|
|
||||||
url('font/DroidSans-Regular.svg?1516549146#droid_sansregular') format('svg');
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Droid Sans';
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 700;
|
|
||||||
src: url('font/DroidSans-Bold.eot?1516549146');
|
|
||||||
src: local('Droid Sans Bold'),
|
|
||||||
local('DroidSans-Bold'),
|
|
||||||
url('font/DroidSans-Bold.eot?1516549146#iefix') format('embedded-opentype'),
|
|
||||||
url('font/DroidSans-Bold.woff2?1516549146') format('woff2'),
|
|
||||||
url('font/DroidSans-Bold.woff?1516549146') format('woff'),
|
|
||||||
url('font/DroidSans-Bold.ttf?1516549146') format('truetype'),
|
|
||||||
url('font/DroidSans-Bold.svg?1516549146#droid_sansbold') format('svg');
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Droid Sans Mono';
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 400;
|
|
||||||
src: url('font/DroidSansMono-Regular.eot?1516549146');
|
|
||||||
src: local('Droid Sans Mono Regular'),
|
|
||||||
local('DroidSansMono-Regular'),
|
|
||||||
url('font/DroidSansMono-Regular.eot?1516549146#iefix') format('embedded-opentype'),
|
|
||||||
url('font/DroidSansMono-Regular.woff2?1516549146') format('woff2'),
|
|
||||||
url('font/DroidSansMono-Regular.woff?1516549146') format('woff'),
|
|
||||||
url('font/DroidSansMono-Regular.ttf?1516549146') format('truetype'),
|
|
||||||
url('font/DroidSansMono-Regular.svg?1516549146#droid_sans_monoregular') format('svg');
|
|
||||||
}
|
|
@ -15,9 +15,9 @@
|
|||||||
<link rel="canonical" href="{{ current_page.url }}" />
|
<link rel="canonical" href="{{ current_page.url }}" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ theme_url }}/style.css" type="text/css" />
|
<link rel="stylesheet" href="{{ theme_url }}/css/style.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="{{ theme_url }}/droidsans.css" type="text/css" />
|
<link rel="stylesheet" href="{{ theme_url }}/css/droidsans.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="{{ theme_url }}/fontello.css" type="text/css" />
|
<link rel="stylesheet" href="{{ theme_url }}/css/fontello.css" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
<body{% if config.theme_config.widescreen %} class="widescreen"{% endif %}>
|
<body{% if config.theme_config.widescreen %} class="widescreen"{% endif %}>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user