Skip to content

Commit

Permalink
Agregar icono guardar
Browse files Browse the repository at this point in the history
Agregar icono guardar
  • Loading branch information
Camilodch committed Mar 20, 2024
1 parent 7908a1b commit 772090e
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 7 deletions.
1 change: 1 addition & 0 deletions fonts/alk-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/alk-icon.ttf
Binary file not shown.
Binary file modified fonts/alk-icon.woff
Binary file not shown.
Binary file modified fonts/alk-icon.woff2
Binary file not shown.
16 changes: 15 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="style.css"></head>
<body>
<div class="bgc1 clearfix">
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> alk-icon <small class="fgc1">(Glyphs:&nbsp;436)</small></h1>
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> alk-icon <small class="fgc1">(Glyphs:&nbsp;437)</small></h1>
</div>
<div class="clearfix mhl ptl">
<h1 class="mvm mtn fgc1">Grid Size: Unknown</h1>
Expand Down Expand Up @@ -6117,6 +6117,20 @@ <h1 class="mvm mtn fgc1">Grid Size: Unknown</h1>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="alk-icon-guardar"></span>
<span class="mls"> alk-icon-guardar</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="eab4" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xeab4;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
</div>

<!--[if gt IE 8]><!-->
Expand Down
2 changes: 1 addition & 1 deletion selection.json

Large diffs are not rendered by default.

13 changes: 8 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@font-face {
font-family: 'alk-icon';
src: url(fonts/alk-icon.woff2?sy1ato) format("woff2");
src: url(fonts/alk-icon.woff2?igz9iv) format("woff2");
src:
url('fonts/alk-icon.woff2?sy1ato') format('woff2'),
url('fonts/alk-icon.ttf?sy1ato') format('truetype'),
url('fonts/alk-icon.woff?sy1ato') format('woff'),
url('fonts/alk-icon.svg?sy1ato#alk-icon') format('svg');
url('fonts/alk-icon.woff2?igz9iv') format('woff2'),
url('fonts/alk-icon.ttf?igz9iv') format('truetype'),
url('fonts/alk-icon.woff?igz9iv') format('woff'),
url('fonts/alk-icon.svg?igz9iv#alk-icon') format('svg');

font-weight: normal;
font-style: normal;
Expand Down Expand Up @@ -1335,3 +1335,6 @@
.alk-icon-ar-view:before {
content: "\eab2";
}
.alk-icon-guardar:before {
content: "\eab4";
}

0 comments on commit 772090e

Please sign in to comment.