Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
e812e677
Commit
e812e677
authored
Mar 02, 2015
by
Thomas Park
Browse files
Merge pull request #413 from victorhaggqvist/gh-pages
paper: fix get bold version of Roboto
parents
a390afa8
23cd8617
Changes
4
Hide whitespace changes
Inline
Side-by-side
paper/_bootswatch.scss
View file @
e812e677
...
...
@@ -2,7 +2,7 @@
// Bootswatch
// -----------------------------------------------------
@import
url("//fonts.googleapis.com/css?family=Roboto:300,400,500")
;
@import
url("//fonts.googleapis.com/css?family=Roboto:300,400,500
,700
")
;
// Navbar =====================================================================
...
...
paper/bootstrap.css
View file @
e812e677
@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500");
@import
url("//fonts.googleapis.com/css?family=Roboto:300,400,500
,700
")
;
/*!
* bootswatch v3.3.2
* Homepage: http://bootswatch.com
...
...
paper/bootstrap.min.css
View file @
e812e677
@import
url("//fonts.googleapis.com/css?family=Roboto:300,400,500")
;
/*!
@import
url("//fonts.googleapis.com/css?family=Roboto:300,400,500
,700
")
;
/*!
* bootswatch v3.3.2
* Homepage: http://bootswatch.com
* Copyright 2012-2015 Thomas Park
...
...
paper/bootswatch.less
View file @
e812e677
...
...
@@ -2,7 +2,7 @@
// Bootswatch
// -----------------------------------------------------
@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500");
@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500
,700
");
// Navbar =====================================================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment