Skip to content

Commit

Permalink
Merge pull request #92 from staabm/no-italic
Browse files Browse the repository at this point in the history
dont load a seperate font for italic
  • Loading branch information
mnapoli authored Sep 14, 2018
2 parents 7e35af4 + f46ca2f commit a50d410
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion res/assets/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ article {
.view-source, .view-source a {
color: #cfcfcf;
font-size: 0.9em;
font-style: italic;
}
}
blockquote {
Expand Down
2 changes: 1 addition & 1 deletion res/views/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<meta name="google-site-verification" content="hTdWskuVWUMoQAWfM3WcbBH16xhAxqzOyjfJbQmRor0" />

<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">

<link rel="stylesheet" href="/dist/css/main.min.css?v={{ version }}">

Expand Down

0 comments on commit a50d410

Please sign in to comment.