Skip to content

Commit

Permalink
just import the font
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 8, 2015
1 parent dfa16e4 commit a5f030c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Mojolicious/templates/mojobar.html.ep
@@ -1,6 +1,7 @@
%= javascript '/mojo/jquery/jquery.js'
<div id="mojobar">
<style scoped="scoped">
@import url(http://fonts.googleapis.com/css?family=Roboto);
#mojobar {
background-color: #1a1a1a;
background: -webkit-linear-gradient(top, #2a2a2a 0%, #000 100%);
Expand Down Expand Up @@ -32,8 +33,8 @@
margin-top: 0.8em;
}
#mojobar-links a {
color: #ccc;
font: 1em Roboto, Corbel, 'Helvetica Neue', Helvetica, sans-serif;
color: #bbb;
font: 1em 'Roboto Condensed', 'Helvetica Neue', Helvetica, sans-serif;
margin-left: 0.5em;
text-decoration: none;
transition: all 200ms ease-in-out;
Expand Down

0 comments on commit a5f030c

Please sign in to comment.