Updates custom icons fonts
This commit is contained in:
Binary file not shown.
@@ -20,4 +20,5 @@
|
||||
<glyph unicode="k" d="M91 128c0 5-1 9-5 13-4 3-8 5-13 5-5 0-9-2-13-5-3-4-5-8-5-13 0-5 2-9 5-13 4-4 8-5 13-5 5 0 9 1 13 5 4 4 5 8 5 13z m46 146l0-183c0-5-2-9-5-12-4-4-8-6-13-6l-82 0c-5 0-10 2-13 6-4 3-6 7-6 12l0 183c0 5 2 10 6 13 3 4 8 6 13 6l82 0c5 0 9-2 13-6 3-3 5-8 5-13z m338 0c0-16-5-30-15-42 3-9 4-16 4-22 1-14-4-28-12-39 3-11 3-22 0-34-3-10-8-19-16-26 2-22-3-39-14-52-12-15-31-22-56-22l-37 0c-12 0-26 1-41 4-15 3-26 6-35 8-8 3-19 7-34 12-24 8-39 12-45 12-5 0-10 2-13 6-4 3-6 7-6 12l0 184c0 4 2 8 6 12 3 4 7 5 12 6 4 0 12 6 22 17 9 11 19 22 28 34 13 17 23 28 29 35 4 3 7 8 9 13 3 6 4 11 5 14 1 4 2 9 4 17 1 8 3 14 4 18 1 4 2 9 5 15 3 5 6 10 10 14 3 4 8 5 13 5 8 0 16-1 23-3 7-2 13-4 17-7 5-3 9-7 12-12 3-4 5-9 7-12 1-4 2-9 3-15 1-5 1-10 2-13 0-2 0-6 0-11 0-7-1-14-3-21-2-8-4-13-5-18-2-4-5-9-8-16-1-1-2-2-3-5-1-2-3-4-3-6-1-2-2-4-3-7l80 0c14 0 27-5 38-16 11-11 16-24 16-39z"/>
|
||||
<glyph unicode="l" d="M477 350c0-7-2-14-8-19l-206-207-39-39c-6-5-12-8-20-8-7 0-14 3-19 8l-142 142c-6 6-8 12-8 20 0 7 2 14 8 19l38 39c6 5 12 8 20 8 7 0 14-3 19-8l84-84 188 188c5 5 12 8 19 8 8 0 14-3 20-8l38-39c6-6 8-12 8-20z"/>
|
||||
<glyph unicode="m" d="M140 73l26 26-67 67-26-26 0-30 37 0 0-37z m150 265c0 4-2 7-7 7-1 0-3-1-4-2l-155-155c-2-2-2-3-2-5 0-4 2-6 6-6 2 0 4 0 5 2l155 154c1 2 2 3 2 5z m-16 55l119-119-238-237-118 0 0 118z m195-27c0-10-3-19-10-26l-48-47-118 118 47 48c7 7 15 10 26 10 10 0 18-3 26-10l67-67c7-8 10-16 10-26z"/>
|
||||
<glyph unicode="n" d="M494 327c0-4-3-9-8-14l-103-101 24-143c0-1 0-3 0-5 0-4-1-8-3-10-2-3-4-5-8-5-4 0-8 2-12 4l-128 67-128-67c-4-2-8-4-12-4-4 0-7 2-9 5-2 2-3 6-3 10 0 1 0 3 1 5l24 143-104 101c-4 6-7 10-7 14 0 7 6 12 16 13l144 21 64 130c4 8 8 12 14 12 6 0 10-4 14-12l64-130 144-21c10-1 16-6 16-13z"/>
|
||||
</font></defs></svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 8.0 KiB |
Binary file not shown.
Binary file not shown.
@@ -1,160 +1,119 @@
|
||||
// List of fonts
|
||||
// List of fonts
|
||||
//
|
||||
// 01. Open Sans (http://www.fontsquirrel.com/fonts/open-sans)
|
||||
// 02. Lato (http://www.fontsquirrel.com/fonts/lato)
|
||||
//
|
||||
// 01. Roboto (https://www.google.com/fonts/specimen/Roboto)
|
||||
// 02. Lato (https://www.google.com/fonts/specimen/Lato)
|
||||
|
||||
|
||||
// 01. Roboto
|
||||
// 01. Open Sans
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: font-url('roboto-light.eot');
|
||||
src: font-url('roboto-light.eot?#iefix') format('embedded-opentype'),
|
||||
font-url('roboto-light.woff') format('woff'),
|
||||
font-url('roboto-light.ttf') format('truetype'),
|
||||
font-url('roboto-light.svg#latolight') format('svg');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-family: 'Open Sans';
|
||||
src: font-url('opensans-light.eot');
|
||||
src: font-url('opensans-light.eot?#iefix') format('embedded-opentype'),
|
||||
font-url('opensans-light.woff2') format('woff2'),
|
||||
font-url('opensans-light.woff') format('woff'),
|
||||
font-url('opensans-light.ttf') format('truetype'),
|
||||
font-url('opensans-light.svg#open_sanslight') format('svg');
|
||||
font-weight: lighter;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: font-url('roboto-lightitalic.eot');
|
||||
src: font-url('roboto-lightitalic.eot?#iefix') format('embedded-opentype'),
|
||||
font-url('roboto-lightitalic.woff') format('woff'),
|
||||
font-url('roboto-lightitalic.ttf') format('truetype'),
|
||||
font-url('roboto-lightitalic.svg#latolight_italic') format('svg');
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
font-family: 'Open Sans';
|
||||
src: font-url('opensans-lightitalic.eot');
|
||||
src: font-url('opensans-lightitalic.eot?#iefix') format('embedded-opentype'),
|
||||
font-url('opensans-lightitalic.woff2') format('woff2'),
|
||||
font-url('opensans-lightitalic.woff') format('woff'),
|
||||
font-url('opensans-lightitalic.ttf') format('truetype'),
|
||||
font-url('opensans-lightitalic.svg#open_sanslight_italic') format('svg');
|
||||
font-weight: lighter;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: font-url('roboto-regular.eot');
|
||||
src: font-url('roboto-regular.eot?#iefix') format('embedded-opentype'),
|
||||
font-url('roboto-regular.woff') format('woff'),
|
||||
font-url('roboto-regular.ttf') format('truetype'),
|
||||
font-url('roboto-regular.svg#latoregular') format('svg');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-family: 'Open Sans';
|
||||
src: font-url('opensans-regular.eot');
|
||||
src: font-url('opensans-regular.eot?#iefix') format('embedded-opentype'),
|
||||
font-url('opensans-regular.woff2') format('woff2'),
|
||||
font-url('opensans-regular.woff') format('woff'),
|
||||
font-url('opensans-regular.ttf') format('truetype'),
|
||||
font-url('opensans-regular.svg#open_sansregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: font-url('roboto-italic.eot');
|
||||
src: font-url('roboto-italic.eot?#iefix') format('embedded-opentype'),
|
||||
font-url('roboto-italic.woff') format('woff'),
|
||||
font-url('roboto-italic.ttf') format('truetype'),
|
||||
font-url('roboto-italic.svg#latoitalic') format('svg');
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
font-family: 'Open Sans';
|
||||
src: url('opensans-italic.eot');
|
||||
src: url('opensans-italic.eot?#iefix') format('embedded-opentype'),
|
||||
url('opensans-italic.woff2') format('woff2'),
|
||||
url('opensans-italic.woff') format('woff'),
|
||||
url('opensans-italic.ttf') format('truetype'),
|
||||
url('opensans-italic.svg#open_sansitalic') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: font-url('roboto-bold.eot');
|
||||
src: font-url('roboto-bold.eot?#iefix') format('embedded-opentype'),
|
||||
font-url('roboto-bold.woff') format('woff'),
|
||||
font-url('roboto-bold.ttf') format('truetype'),
|
||||
font-url('roboto-bold.svg#latobold') format('svg');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-family: 'Open Sans';
|
||||
src: font-url('opensans-bold.eot');
|
||||
src: font-url('opensans-bold.eot?#iefix') format('embedded-opentype'),
|
||||
font-url('opensans-bold.woff2') format('woff2'),
|
||||
font-url('opensans-bold.woff') format('woff'),
|
||||
font-url('opensans-bold.ttf') format('truetype'),
|
||||
font-url('opensans-bold.svg#open_sansbold') format('svg');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: font-url('roboto-bolditalic.eot');
|
||||
src: font-url('roboto-bolditalic.eot?#iefix') format('embedded-opentype'),
|
||||
font-url('roboto-bolditalic.woff') format('woff'),
|
||||
font-url('roboto-bolditalic.ttf') format('truetype'),
|
||||
font-url('roboto-bolditalic.svg#latobold_italic') format('svg');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: font-url('roboto-blackitalic.eot');
|
||||
src: font-url('roboto-blackitalic.eot?#iefix') format('embedded-opentype'),
|
||||
font-url('roboto-blackitalic.woff') format('woff'),
|
||||
font-url('roboto-blackitalic.ttf') format('truetype'),
|
||||
font-url('roboto-blackitalic.svg#latobold_italic') format('svg');
|
||||
font-weight: bolder;
|
||||
font-style: italic;
|
||||
font-family: 'Open Sans';
|
||||
src: url('opensans-bolditalic.eot');
|
||||
src: url('opensans-bolditalic.eot?#iefix') format('embedded-opentype'),
|
||||
url('opensans-bolditalic.woff2') format('woff2'),
|
||||
url('opensans-bolditalic.woff') format('woff'),
|
||||
url('opensans-bolditalic.ttf') format('truetype'),
|
||||
url('opensans-bolditalic.svg#open_sansbold_italic') format('svg');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
// 02. Lato
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
src: font-url('lato-light.eot');
|
||||
src: font-url('lato-light.eot?#iefix') format('embedded-opentype'),
|
||||
font-url('lato-light.woff2') format('woff2'),
|
||||
font-url('lato-light.woff') format('woff'),
|
||||
font-url('lato-light.ttf') format('truetype'),
|
||||
font-url('lato-light.svg#latolight') format('svg');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-family: 'Lato';
|
||||
src: font-url('lato-light.eot');
|
||||
src: font-url('lato-light.eot?#iefix') format('embedded-opentype'),
|
||||
font-url('lato-light.woff2') format('woff2'),
|
||||
font-url('lato-light.woff') format('woff'),
|
||||
font-url('lato-light.ttf') format('truetype'),
|
||||
font-url('lato-light.svg#latolight') format('svg');
|
||||
font-weight: lighter;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
src: font-url('lato-lightitalic.eot');
|
||||
src: font-url('lato-lightitalic.eot?#iefix') format('embedded-opentype'),
|
||||
font-url('lato-lightitalic.woff2') format('woff2'),
|
||||
font-url('lato-lightitalic.woff') format('woff'),
|
||||
font-url('lato-lightitalic.ttf') format('truetype'),
|
||||
font-url('lato-lightitalic.svg#latolight_italic') format('svg');
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
font-family: 'Lato';
|
||||
src: font-url('lato-regular.eot');
|
||||
src: font-url('lato-regular.eot?#iefix') format('embedded-opentype'),
|
||||
font-url('lato-regular.woff2') format('woff2'),
|
||||
font-url('lato-regular.woff') format('woff'),
|
||||
font-url('lato-regular.ttf') format('truetype'),
|
||||
font-url('lato-regular.svg#latoregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
src: font-url('lato-regular.eot');
|
||||
src: font-url('lato-regular.eot?#iefix') format('embedded-opentype'),
|
||||
font-url('lato-regular.woff2') format('woff2'),
|
||||
font-url('lato-regular.woff') format('woff'),
|
||||
font-url('lato-regular.ttf') format('truetype'),
|
||||
font-url('lato-regular.svg#latoregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-family: 'Lato';
|
||||
src: font-url('lato-bold.eot');
|
||||
src: font-url('lato-bold.eot?#iefix') format('embedded-opentype'),
|
||||
font-url('lato-bold.woff2') format('woff2'),
|
||||
font-url('lato-bold.woff') format('woff'),
|
||||
font-url('lato-bold.ttf') format('truetype'),
|
||||
font-url('lato-bold.svg#latobold') format('svg');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
src: font-url('lato-italic.eot');
|
||||
src: font-url('lato-italic.eot?#iefix') format('embedded-opentype'),
|
||||
font-url('lato-italic.woff2') format('woff2'),
|
||||
font-url('lato-italic.woff') format('woff'),
|
||||
font-url('lato-italic.ttf') format('truetype'),
|
||||
font-url('lato-italic.svg#latoitalic') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
src: font-url('lato-bold.eot');
|
||||
src: font-url('lato-bold.eot?#iefix') format('embedded-opentype'),
|
||||
font-url('lato-bold.woff2') format('woff2'),
|
||||
font-url('lato-bold.woff') format('woff'),
|
||||
font-url('lato-bold.ttf') format('truetype'),
|
||||
font-url('lato-bold.svg#latobold') format('svg');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
src: font-url('lato-bolditalic.eot');
|
||||
src: font-url('lato-bolditalic.eot?#iefix') format('embedded-opentype'),
|
||||
font-url('lato-bolditalic.woff2') format('woff2'),
|
||||
font-url('lato-bolditalic.woff') format('woff'),
|
||||
font-url('lato-bolditalic.ttf') format('truetype'),
|
||||
font-url('lato-bolditalic.svg#latobold_italic') format('svg');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
@@ -75,4 +75,7 @@
|
||||
}
|
||||
.icon-edit:before {
|
||||
content: "m";
|
||||
}
|
||||
}
|
||||
.icon-star:before {
|
||||
content: "n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user