Skip to content

Commit

Permalink
Use comfortaa for "apps".
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Dec 19, 2012
1 parent 96a38fe commit 2ee2167
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions css/site.css
@@ -1,3 +1,11 @@
@import url("http://fonts.googleapis.com/css?family=Comfortaa");

.logo-wrapper {
font-family: "ComfortaaRegular","sans-serif" !important;
text-transform: lowercase;
font-size: 28pt;
}

.logo { .logo {
display: block; display: block;
width: 155px; width: 155px;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -20,7 +20,7 @@
<div class="container-fluid"> <div class="container-fluid">
<div class="row-fluid"> <div class="row-fluid">
<div class="span12"> <div class="span12">
<h1><span class="logo">Fedora</span>apps</h1> <h1 class="logo-wrapper"><span class="logo">Fedora</span>apps</h1>
</div> </div>
</div> </div>
<div class="row-fluid"> <div class="row-fluid">
Expand Down

0 comments on commit 2ee2167

Please sign in to comment.