Skip to content

Commit

Permalink
docs: update website logo
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Oct 27, 2023
1 parent 3d2b400 commit 170b738
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
13 changes: 11 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ const config = {
locales: ['en'],
},

headTags: [
{
tagName: 'link',
attributes: {
href: 'https://fonts.googleapis.com/css?family=Azeret Mono',
rel: 'stylesheet'
}
}
],

presets: [
[
'docusaurus-preset-openapi',
Expand Down Expand Up @@ -65,8 +75,7 @@ const config = {
({
image: 'img/tabby-social-card.png',
navbar: {
title: 'Tabby',
logo: {
logo: {
alt: 'Tabby',
src: 'img/logo.png',
},
Expand Down
8 changes: 8 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,11 @@
.Playground .monaco-editor {
padding-top: 15px;
}

.navbar__logo {
height: 28px;
}

.hero__title {
font-family: 'Azeret Mono';
}
4 changes: 2 additions & 2 deletions website/static/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 170b738

Please sign in to comment.