Skip to content

Commit b5e4ccd

Browse files
author
Vino Rodrigues
committed
Update index.html
1 parent 3a47b2c commit b5e4ccd

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
display: none !important;
8282
}
8383

84+
.btn-2x {
85+
min-height: 4em;
86+
}
87+
8488
</style>
8589
</head>
8690
<body class="page aurebesh liga">
@@ -100,8 +104,8 @@ <h1 class="h2">Download the Font</h1>
100104
</div>
101105

102106
<div class="mb-3">
103-
<a href="https://github.com/vinorodrigues/font-aurebesh/raw/main/dist/Aurebesh.ttf" class="btn btn-primary btn-lg px-4 mb-2"><i class="fa fa-download"></i> Download font</a>
104-
<a href="https://github.com/vinorodrigues/font-aurebesh/raw/main/dist/AurebeshNL.ttf" class="btn btn-warning btn px-4 mb-2"><i class="fa fa-download"></i> Download font <i>(no ligatures)</i></a>
107+
<a href="https://github.com/vinorodrigues/font-aurebesh/raw/main/dist/Aurebesh.ttf" class="btn btn-success px-4 mb-2 btn-2x"><span><i class="fa fa-download"></i> Download font<br><small>(<u>with</u> ligatures)</small></span></a>
108+
<a href="https://github.com/vinorodrigues/font-aurebesh/raw/main/dist/AurebeshNL.ttf" class="btn btn-warning px-4 mb-2 btn-2x"><span><i class="fa fa-download"></i> Download font<br><small>(no ligatures)</small></span></a>
105109
</div>
106110

107111
<h2>Test it</span></h2>
@@ -138,7 +142,7 @@ <h2>Contribute</h2>
138142
<footer class="pt-5 my-5 text-muted border-top">
139143
<small class="i">This project would not have been possible without the influence of <a href="https://www.instagram.com/Andylah42542/" target="_blank">Andy Price</a> of the <a href="https://www.501scg.org/" rel="noopener" target="_blank">Southern Cross Garrison / 501<sup>st</sup> Legion</a>.</small><br>
140144
Created with <span class="reset">&#9825;</span> by Vino Rodrigues &middot; &copy; 2022
141-
<span class="no-safari">&middot; <a onclick="TogglelLigatures()" href="javascript:void(0);">Ligatures <span class="liga-on">On</span><span class="liga-sep">/</span><span class="liga-off">Off</span></a></span><!-- swapping CSS does not work of Safari -->
145+
<span class="no-safari">&middot; <a onclick="TogglelLigatures()" href="javascript:void(0);">Switch Ligatures <span class="liga-on">On</span><span class="liga-sep">/</span><span class="liga-off">Off</span></a></span><!-- swapping CSS does not work of Safari -->
142146
&middot; <a class="translate" onclick="DoTranslate()" href="javascript:void(0);">Translate</a>
143147
</footer>
144148
</div>

0 commit comments

Comments
 (0)