Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Update to latest Source Sans Pro #8985

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions src/styles/brackets_fonts.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
/* SourceSansPro Regular */
@font-face {
font-family: 'SourceSansPro';
src: url('fonts/SourceSansPro/SourceSansPro-Regular.ttf');
src: local('Source Sans Pro Regular'),
url('fonts/SourceSansPro/SourceSansPro-Regular.ttf');
font-weight: normal;
font-style: normal;
}
Expand All @@ -39,7 +40,8 @@
/* SourceSansPro Light */
@font-face {
font-family: 'SourceSansPro';
src: url('fonts/SourceSansPro/SourceSansPro-Light.ttf');
src: local('Source Sans Pro Light'),
url('fonts/SourceSansPro/SourceSansPro-Light.ttf');
font-weight: @font-weight-light;
font-style: normal;
}
Expand All @@ -48,15 +50,17 @@
/* SourceSansPro Semibold */
@font-face {
font-family: 'SourceSansPro';
src: url('fonts/SourceSansPro/SourceSansPro-Semibold.ttf');
src: local('Source Sans Pro Semibold'),
url('fonts/SourceSansPro/SourceSansPro-Semibold.ttf');
font-weight: @font-weight-semibold;
font-style: normal;
}

/* SourceSansPro Italic */
@font-face {
font-family: 'SourceSansPro';
src: url('fonts/SourceSansPro/SourceSansPro-It.ttf');
src: local('Source Sans Pro Italic'),
url('fonts/SourceSansPro/SourceSansPro-It.ttf');
font-weight: normal;
font-style: italic;
}
Expand Down
Binary file modified src/styles/fonts/SourceSansPro/SourceSansPro-It.ttf
Binary file not shown.
Binary file modified src/styles/fonts/SourceSansPro/SourceSansPro-Light.ttf
Binary file not shown.
Binary file modified src/styles/fonts/SourceSansPro/SourceSansPro-Regular.ttf
Binary file not shown.
Binary file modified src/styles/fonts/SourceSansPro/SourceSansPro-Semibold.ttf
Binary file not shown.