Skip to content

Commit

Permalink
Fixed font problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
André König committed Apr 16, 2012
1 parent 73d023b commit 65648a9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/public/stylesheets/fonts.less
Expand Up @@ -123,4 +123,8 @@

.font-tahoma {
font-family:'Tahoma', arial, sans-serif;
}
}

.font-helvetica {
font-family:helvetica, 'Helvetica Neue', arial, sans-serif;
}
4 changes: 4 additions & 0 deletions src/app/public/stylesheets/screen.css
Expand Up @@ -486,6 +486,9 @@ td {
.font-tahoma {
font-family: 'Tahoma', arial, sans-serif;
}
.font-helvetica {
font-family: helvetica, 'Helvetica Neue', arial, sans-serif;
}
/*!
* Bremen.js
*
Expand Down Expand Up @@ -721,6 +724,7 @@ a[href='#info']:after {
#chapter > .agenda > section > header .speaker {
color: #2e2e2e;
display: block;
font-family: 'Tahoma', arial, sans-serif;
}
#chapter > .agenda > section > p {
/* The talk description */
Expand Down
2 changes: 2 additions & 0 deletions src/app/public/stylesheets/screen.less
@@ -1,3 +1,4 @@

/*!
* Bremen.js
*
Expand Down Expand Up @@ -247,6 +248,7 @@ a[href='#info'] {
.speaker {
color:@textcolor-chapter-talk-author;
display:block;
.font-tahoma;
}
}

Expand Down

0 comments on commit 65648a9

Please sign in to comment.