Skip to content

Commit

Permalink
#8 - load Source Sans Pro from CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellone committed Aug 9, 2019
1 parent 5ee60f9 commit da77d44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
/* You can add global styles to this file, and also import other style files */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
$font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;

@import "~bootstrap/scss/bootstrap";

@import "~@ng-select/ng-select/themes/default.theme.css";

body {
background-color: #E5E5E5;
font-size: 14px;
}

.application-container {
Expand Down

0 comments on commit da77d44

Please sign in to comment.