Change title fonts

This commit is contained in:
Folyd 2019-11-01 15:19:08 +08:00
parent 73fdddcfd6
commit 0f8933e875
2 changed files with 8 additions and 1 deletions

Binary file not shown.

View file

@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css?family=Alfa+Slab+One&display=swap" rel="stylesheet">
<style>
* {
box-sizing: border-box;
@ -14,6 +15,12 @@
padding: 1rem 2rem;
}
.title {
font-family: "Alfa Slab One", serif;
font-weight: 400;
padding-bottom: 10px;
}
p {
margin: 0 auto;
}
@ -42,7 +49,7 @@
<body>
<div style="text-align: center;">
<img class="logo" src="icon.png" alt="rust-search-extension">
<h2>Rust Search Extension</h2>
<h2 class="title">Rust Search Extension</h2>
<div>
<a href="https://doc.rust-lang.org/1.38.0/std/">
<img src="https://img.shields.io/badge/stable-1.38.0-yellow.svg" alt="stable-docs">