Skip to content

Commit

Permalink
add bold font
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaefer committed Aug 10, 2011
1 parent acf9f56 commit fe3bac5
Show file tree
Hide file tree
Showing 3 changed files with 642 additions and 643 deletions.
8 changes: 6 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
font-family:Droid;
src:url('../fonts/DroidSans.ttf');
}
@font-face {
font-family:Droid;
font-weight:bold;
src:url('../fonts/DroidSansBold.ttf');
}

input,
select,
Expand Down Expand Up @@ -65,6 +70,7 @@ a {

.header .breadcrumb {
position:absolute;
font-weight:normal;
left:0px;
}

Expand All @@ -73,7 +79,6 @@ a {

.header .breadcrumb a {
float:left;
font-weight:bold;
padding:5px 20px 5px 10px;
background:url(../images/sprite.png) 100% -80px no-repeat;
height:20px;
Expand Down Expand Up @@ -148,7 +153,6 @@ a {
.thumb {
width:238px;
height:238px;
font-weight:bold;
display:block;
background:#fff url(../images/bg.png);
position:relative;
Expand Down
Binary file modified assets/images/sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fe3bac5

Please sign in to comment.