Skip to content

Commit

Permalink
style.css: Fix Google Fonts list
Browse files Browse the repository at this point in the history
- Remove unused fonts
- Add Roboto Slab weight 700, used on the forum
  • Loading branch information
CyberShadow committed Jan 18, 2016
1 parent 4f9535a commit 14dba78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/style.css
Expand Up @@ -37,7 +37,7 @@ border-radius: always 4px
*/

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,400|Droid+Sans+Mono|Source+Code+Pro:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700);

body, .d_decl .quickindex
{
Expand Down

0 comments on commit 14dba78

Please sign in to comment.