Skip to content

Commit 293fad2

Browse files
committed
chore: update logos and fonts
1 parent c0d1bb5 commit 293fad2

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed
21.7 KB
Loading
File renamed without changes.

etc/docs/template/layouts/partials/header/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--logo start-->
44
<div class="logo pull-left">
55
<a href="{{.Site.BaseURL}}">
6-
<img src="{{.Site.BaseURL}}/s/img/logo-mongodb-header.png", alt="MongoDB.org" />
6+
<img src="{{.Site.BaseURL}}/s/img/logo-mongodb-header-slate.png", alt="MongoDB.org" />
77
</a>
88
</div>
99
<!--logo end-->

etc/docs/template/static/s/css/frontpage.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300&display=swap');
2+
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
3+
14
body {
2-
font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
5+
font-family: "Lexend Deca", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
36
margin: 0;
47
padding: 0;
58
color: black;
@@ -40,8 +43,8 @@ dt {
4043
left: 0;
4144
width: 100%;
4245
font-size: 31px;
43-
background-color: black;
44-
color: white;
46+
background-color: white;
47+
color: black;
4548
margin: 0;
4649
padding: 0;
4750
z-index: 100;
@@ -65,7 +68,7 @@ dt {
6568
}
6669

6770
#header-db a {
68-
color: white;
71+
color: black;
6972
}
7073

7174
#header-db .logo img {
@@ -237,6 +240,7 @@ input.gsc-search-button[title], input.gsc-search-button:hover[title], input.gsc-
237240
}
238241

239242
#hero h2 {
243+
font-family: "Noto Serif JP", "Lexend Deca", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;;
240244
border-top: 3px solid #6ca439;
241245
color: #f3f4eb;
242246
padding: 10px 0;

0 commit comments

Comments
 (0)