Skip to content

Commit

Permalink
[bugfix] Fix CSS Font Selection
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Jan 22, 2021
1 parent b5394ae commit 0253a83
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 150 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,23 @@
text-align: center;
}

@font-face {
font-family: 'quicksandbook';
src: url('resources/quicksand_book-webfont.woff2') format('woff2'),
url('resources/quicksand_book-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;

}

h2 {
font-family: "QuicksandBook","Arial",Helvetica,sans-serif;
font-family:quicksandbook,Arial,Helvetica,sans-serif;
font-size: 1.33em;
margin: 0.3em 0px 0px;
}

div.warning {
font-family: "QuicksandBook","Arial",Helvetica,sans-serif;
font-family: quicksandbook,Arial,Helvetica,sans-serif;
font-size: 1.6em;
color: red;
text-align: center;
Expand Down
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 0253a83

Please sign in to comment.