add header
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2009, 2010, 2011, 2012, B3log Team
|
||||
/**
|
||||
* Copyright (c) 2009, 2010, 2011, 2012, 2013, B3log Team
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -12,7 +12,8 @@
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
*/
|
||||
@charset "utf-8";
|
||||
/*
|
||||
* skin metro-hot style
|
||||
*
|
||||
@@ -20,6 +21,25 @@
|
||||
* @version 1.0.0.9, Jul 24, 2013
|
||||
*/
|
||||
/* start base */
|
||||
@font-face {
|
||||
font-family: 'IcoMoon';
|
||||
src: url('font/IcoMoon.eot');
|
||||
src: url('font/IcoMoon.eot?#iefix') format('embedded-opentype'),
|
||||
url('font/IcoMoon.svg#IcoMoon') format('svg'),
|
||||
url('font/IcoMoon.woff') format('woff'),
|
||||
url('font/IcoMoon.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/* Use the following CSS code if you want to use data attributes for inserting your icos */
|
||||
[data-ico]:before {
|
||||
font-family: 'IcoMoon';
|
||||
content: attr(data-ico);
|
||||
speak: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
html {
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
|
||||
Reference in New Issue
Block a user