Skip to content

Commit fb8f09b

Browse files
Use Lobster font for the navbar title
more coherent with the front page
1 parent 2c34a18 commit fb8f09b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc-tool/bootstrap-theme/theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@import "node_modules/bootstrap/scss/mixins";
55

66
// Web fonts
7-
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300|Source+Code+Pro:400,600|Source+Sans+Pro:400,600&display=swap');
7+
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300|Source+Code+Pro:400,600|Source+Sans+Pro:400,600|Lobster&display=swap');
88

99
// Custom values that override the default variables of Bootstrap
1010
$colors: (

doc-tool/resources/css/bootstrap.min.css

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

doc-tool/resources/css/toolbar.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@ nav.navbar a {
4343
}
4444
.navbar-brand .project-details h1 {
4545
font-size: 1.1em;
46+
font-family: "Lobster", cursive;
4647
}
4748
.navbar-brand .project-details h2 {
4849
font-size: 0.5em;
4950
color: grey;
51+
margin-top: 2px;
5052
}
5153

5254
#search-api-input {

docs/css/frontpage.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import url(https://fonts.googleapis.com/css?family=Lobster);
2-
31
body {
42
height: 100%;
53
width: 100%;

0 commit comments

Comments
 (0)