mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2025-01-30 07:01:19 +08:00
Dogfooding Fonticons font serving
This commit is contained in:
parent
2eb873db0c
commit
38c229650b
@ -19,7 +19,7 @@
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<i class="fa fa-bars fa-lg"></i>
|
||||
</button>
|
||||
<a class="navbar-brand" href="{{ page.relative_path }}"><i class="fa fa-flag"></i> Font Awesome</a>
|
||||
<a class="navbar-brand" href="{{ page.relative_path }}"><i class="fae fae-logo"></i></a>
|
||||
</div>
|
||||
|
||||
<div class="navbar-collapse collapse">
|
||||
|
@ -23,8 +23,7 @@
|
||||
<script src="{{ page.relative_path }}assets/js/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<script src="https://use.typekit.net/wnc7ioh.js"></script>
|
||||
<script>try{Typekit.load();}catch(e){}</script>
|
||||
<script src="https://use.fonticons.com/ffe176a3.js"></script>
|
||||
|
||||
<script>
|
||||
var _gaq = _gaq || [];
|
||||
|
@ -49,7 +49,7 @@
|
||||
@fa-green-dark: darken(@fa-green, 10%);
|
||||
|
||||
@jumbotron-border: mix(@fa-green, @fa-green-dark, 75%);
|
||||
@font-family-alt: proxima-nova-sc-osf, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
@font-family-alt: proxima-nova-sc, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
|
||||
|
||||
// BOOTSTRAP OVERRIDES
|
||||
|
Loading…
x
Reference in New Issue
Block a user