Skip to content

Commit d0335ec

Browse files
committed
more epic, Gotham Sans-like logo font
1 parent 3c723e0 commit d0335ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# 'jekyll serve'. If you change this file, please restart the server process.
77

88
# Site settings
9-
title: intellij-rust
9+
title: IntelliJ Rust
1010
email: ""
1111
description: Rust plugin for IntelliJ IDEA
1212

assets/main.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@charset "utf-8";
55

66
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,800';
7-
@import 'https://fonts.googleapis.com/css?family=Ruda:900&text=intellij-rust';
7+
@import 'https://fonts.googleapis.com/css?family=Montserrat:700&text=intellij-rust';
88
@import '/assets/gifplayer/gifplayer.css';
99

1010
// Our variables
@@ -15,8 +15,8 @@ $bold-font-weight: 800;
1515
$small-font-size: $base-font-size * 0.875;
1616
$base-line-height: 1.5;
1717

18-
$title-font-family: 'Ruda', Helvetica, Arial, sans-serif;
19-
$title-font-weight: 900;
18+
$title-font-family: 'Montserrat', Helvetica, Arial, sans-serif;
19+
$title-font-weight: 700;
2020
$title-color: lighten(#000, 15%);
2121

2222
$spacing-unit: 30px;

0 commit comments

Comments
 (0)