Skip to content

Commit

Permalink
#1190 Import the open sans font
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Apr 5, 2015
1 parent 75b7e17 commit 5a7ba4b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions backstage/css/style.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* Copyright Studio 384 and Luna Group
* Bootstrap Template: Trent
* Version: 0.3
* Based on: Trent v1.3 (http://studio384.be/trent.php)
* Since: 0.0.40.2900
* Bootstrap: 3.3.1
* Bootstrap Template: Trent
* Version: 0.3
* Based on: Trent v1.3 (http://studio384.be/trent.php)
* Since: 0.0.40.2900
* Bootstrap: 3.3.1
*/
@import url('../../include/css/font-awesome.min.css');

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);

/* General fixes */
* {
Expand Down Expand Up @@ -183,7 +183,7 @@ label .help-block {
.jumboheader h2 {
margin-top: 15px;
margin-bottom: 15px;
font-family: "Segoe UI Light";
font-family: "Segoe UI Light", "Open Sans";
}

.nav-tabs > li > a {
Expand Down
2 changes: 1 addition & 1 deletion themes/Luna/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('../../include/css/font-awesome.min.css');
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);

/* General fixes */
* {
Expand Down

0 comments on commit 5a7ba4b

Please sign in to comment.