Skip to content

Commit

Permalink
Adds true bold variant for SauceCode Pro for Powerline.
Browse files Browse the repository at this point in the history
Fixes issue #4.
  • Loading branch information
wernight committed Oct 31, 2016
1 parent 3c8f9c6 commit 981f7ab
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions PowerlineFonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,31 @@

@font-face {
font-family: "Source Code Pro";
font-style: normal;
font-weight: 400;
src: local("Sauce Code Powerline Regular"),
url(fonts/SourceCodePro.woff2) format("woff2");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Source Code Pro for Powerline";
font-family: "Source Code Pro";
src: local("Sauce Code Powerline Regular"),
url(fonts/SourceCodePro-Bold.woff2) format("woff2");
font-weight: bold;
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "Source Code Pro for Powerline";
src: local("Sauce Code Powerline Regular"),
url(fonts/SourceCodePro.woff2) format("woff2");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Source Code Pro for Powerline";
src: local("Sauce Code Powerline Regular"),
url(fonts/SourceCodePro-Bold.woff2) format("woff2");
font-weight: bold;
font-style: normal;
}

@font-face {
Expand Down
Binary file added fonts/SourceCodePro-Bold.woff2
Binary file not shown.

0 comments on commit 981f7ab

Please sign in to comment.