mirror of https://github.com/snachodog/mybuddy.git
Add icon
This commit is contained in:
parent
44648ce33b
commit
3474185b00
|
@ -245,6 +245,12 @@
|
|||
"css": "measurements",
|
||||
"code": 59413,
|
||||
"src": "entypo"
|
||||
},
|
||||
{
|
||||
"uid": "4efb719e797c54b3c58e5ae061d29d53",
|
||||
"css": "breastpump",
|
||||
"code": 62631,
|
||||
"src": "entypo"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -39,3 +39,4 @@
|
|||
.icon-today:before { content: '\f274'; } /* '' */
|
||||
.icon-bmi:before { content: '\f295'; } /* '' */
|
||||
.icon-temperature:before { content: '\f2c8'; } /* '' */
|
||||
.icon-breastpump:before { content: '\f4a7'; } /* '' */
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -39,3 +39,4 @@
|
|||
.icon-today { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-bmi { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-temperature { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-breastpump { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
|
|
|
@ -50,3 +50,4 @@
|
|||
.icon-today { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-bmi { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-temperature { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-breastpump { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
@font-face {
|
||||
font-family: 'babybuddy';
|
||||
src: url('../font/babybuddy.eot?3615871');
|
||||
src: url('../font/babybuddy.eot?3615871#iefix') format('embedded-opentype'),
|
||||
url('../font/babybuddy.woff2?3615871') format('woff2'),
|
||||
url('../font/babybuddy.woff?3615871') format('woff'),
|
||||
url('../font/babybuddy.ttf?3615871') format('truetype'),
|
||||
url('../font/babybuddy.svg?3615871#babybuddy') format('svg');
|
||||
src: url('../font/babybuddy.eot?90744039');
|
||||
src: url('../font/babybuddy.eot?90744039#iefix') format('embedded-opentype'),
|
||||
url('../font/babybuddy.woff2?90744039') format('woff2'),
|
||||
url('../font/babybuddy.woff?90744039') format('woff'),
|
||||
url('../font/babybuddy.ttf?90744039') format('truetype'),
|
||||
url('../font/babybuddy.svg?90744039#babybuddy') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -15,7 +15,7 @@
|
|||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: 'babybuddy';
|
||||
src: url('../font/babybuddy.svg?3615871#babybuddy') format('svg');
|
||||
src: url('../font/babybuddy.svg?90744039#babybuddy') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
@ -94,3 +94,4 @@
|
|||
.icon-today:before { content: '\f274'; } /* '' */
|
||||
.icon-bmi:before { content: '\f295'; } /* '' */
|
||||
.icon-temperature:before { content: '\f2c8'; } /* '' */
|
||||
.icon-breastpump:before { content: '\f4a7'; } /* '' */
|
||||
|
|
|
@ -146,11 +146,11 @@
|
|||
}
|
||||
@font-face {
|
||||
font-family: 'babybuddy';
|
||||
src: url('./font/babybuddy.eot?20083249');
|
||||
src: url('./font/babybuddy.eot?20083249#iefix') format('embedded-opentype'),
|
||||
url('./font/babybuddy.woff?20083249') format('woff'),
|
||||
url('./font/babybuddy.ttf?20083249') format('truetype'),
|
||||
url('./font/babybuddy.svg?20083249#babybuddy') format('svg');
|
||||
src: url('./font/babybuddy.eot?35702944');
|
||||
src: url('./font/babybuddy.eot?35702944#iefix') format('embedded-opentype'),
|
||||
url('./font/babybuddy.woff?35702944') format('woff'),
|
||||
url('./font/babybuddy.ttf?35702944') format('truetype'),
|
||||
url('./font/babybuddy.svg?35702944#babybuddy') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -350,6 +350,11 @@
|
|||
<i class="demo-icon icon-temperature"></i> <span class="i-name">icon-temperature</span><span class="i-code">0xf2c8</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="span3" title="Code: 0xf4a7">
|
||||
<i class="demo-icon icon-breastpump"></i> <span class="i-name">icon-breastpump</span><span class="i-code">0xf4a7</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container footer">Generated by <a href="https://fontello.com">fontello.com</a></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Copyright (C) 2021 by original authors @ fontello.com</metadata>
|
||||
<metadata>Copyright (C) 2022 by original authors @ fontello.com</metadata>
|
||||
<defs>
|
||||
<font id="babybuddy" horiz-adv-x="1000" >
|
||||
<font-face font-family="babybuddy" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
|
||||
|
@ -85,6 +85,8 @@
|
|||
<glyph glyph-name="bmi" unicode="" d="M714 136q0 29-21 50t-50 21-50-21-22-50 22-50 50-22 50 22 21 50z m-428 428q0 29-21 51t-51 21-50-21-21-51 21-50 50-21 51 21 21 50z m571-428q0-89-63-152t-151-63-152 63-62 152 62 151 152 63 151-63 63-151z m-53 607q0-11-8-21l-589-786q-11-15-28-15h-90q-14 0-25 11t-10 25q0 11 7 21l589 786q11 15 29 15h89q14 0 25-11t11-25z m-375-179q0-88-63-151t-152-63-151 63-63 151 63 152 151 63 152-63 63-152z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="temperature" unicode="" d="M357 100q0-45-31-76t-76-31-76 31-31 76q0 34 19 61t52 40v363h72v-363q32-12 52-40t19-61z m72 0q0 43-19 80t-53 63v428q0 45-31 76t-76 32-76-32-31-76v-428q-34-25-53-63t-19-80q0-74 53-126t126-53 126 53 53 126z m71 0q0-103-73-177t-177-73-177 73-73 177q0 102 71 175v396q0 75 53 127t126 52 126-52 53-127v-396q71-73 71-175z m71 321v-71h-107v71h107z m0 143v-71h-107v71h107z m0 143v-71h-107v71h107z" horiz-adv-x="571.4" />
|
||||
|
||||
<glyph glyph-name="breastpump" unicode="" d="M290 822q14-118 60-219t92-159 82-136 36-160q0-114-83-196t-197-82-197 82-83 196q0 82 36 160t82 136 92 159 60 219q2 8 11 8t9-8z m-42-392q2 4-2 14-6 6-14 6t-12-6l-40-58q-32-46-48-70t-34-75-18-101q0-24 17-41t41-17q58 0 58 68 0 94 42 246 2 6 5 17t5 17z" horiz-adv-x="560" />
|
||||
</font>
|
||||
</defs>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue