Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
just use Helvetica Neue for now
  • Loading branch information
kraih committed Feb 9, 2015
1 parent f7452ce commit 716442c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Mojolicious/templates/mojobar.html.ep
@@ -1,6 +1,5 @@
%= javascript '/mojo/jquery/jquery.js'
<div id="mojobar">
%= stylesheet 'http://fonts.googleapis.com/css?family=Roboto+Condensed'
<style scoped="scoped">
#mojobar {
background-color: #1a1a1a;
Expand Down Expand Up @@ -34,7 +33,7 @@
}
#mojobar-links a {
color: #bbb;
font: 1em 'Roboto Condensed', 'Helvetica Neue', Helvetica, sans-serif;
font: 0.9em 'Helvetica Neue', Helvetica, sans-serif;
margin-left: 0.5em;
text-decoration: none;
transition: all 200ms ease-in-out;
Expand Down

0 comments on commit 716442c

Please sign in to comment.