mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 23:57:07 +00:00
Change title fonts
This commit is contained in:
parent
73fdddcfd6
commit
0f8933e875
2 changed files with 8 additions and 1 deletions
BIN
extension/AlfaSlabOne-Regular.latin.woff2
Normal file
BIN
extension/AlfaSlabOne-Regular.latin.woff2
Normal file
Binary file not shown.
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue