Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<link rel="stylesheet" href="/assets/css/screen.css">
<link rel="stylesheet" href="/assets/css/solarized.css">
<link rel="stylesheet" href="/assets/css/misc.css">
<link href='/assets/css/font-ubuntu.css' rel='stylesheet' type='text/css'>
{% if site.snow == 1 %}<link rel="stylesheet" type="text/css" href="/assets/css/snow.css" />{% endif %}
<link rel="alternate" type="application/atom+xml" title="Atom feed" href="/atom.xml" />
<script src="/assets/js/jquery.min.js"></script>
Expand Down
12 changes: 0 additions & 12 deletions assets/css/font-ubuntu.css

This file was deleted.

13 changes: 8 additions & 5 deletions assets/css/screen.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
body {
font-family: 'Ubuntu', sans-serif;
padding-top: 70px; /* For bootstrap fixed navbar
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
padding-top: 70px; /* For bootstrap fixed navbar
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use tabs for padding

background-color: #111;
color: #ddd; */
}

code {
font-family: 'Ubuntu Mono', monospace;
background-color: #fdf6e3;
color: #000;
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace;
background-color: #fdf6e3;
color: #000;
}

.navbar-inverse .navbar-nav > li > a {
Expand Down