Skip to content

Commit abe35a0

Browse files
committed
working on sass
1 parent f41a400 commit abe35a0

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

public/css/app.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/app.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/assets/sass/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
2+
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
33

44
@import "variables";
55
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";

resources/assets/sass/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $brand-warning: #cbb956;
1919
$brand-danger: #bf5329;
2020

2121
// Typography
22-
$font-family-sans-serif: "Open Sans", Helvetica, Arial, sans-serif;
22+
$font-family-sans-serif: "Raleway", sans-serif;
2323
$font-size-base: 14px;
2424
$line-height-base: 1.6;
2525
$text-color: #636b6f;

0 commit comments

Comments
 (0)