local font
This commit is contained in:
parent
e432efc401
commit
4922152e69
8 changed files with 13 additions and 31 deletions
23
style.css
23
style.css
|
|
@ -7,29 +7,28 @@ body{
|
|||
html {
|
||||
font-size: 100%;
|
||||
}
|
||||
.geist-mono-all{
|
||||
font-family: "Geist Mono", monospace;
|
||||
font-optical-sizing: auto;
|
||||
font-weight: 100;
|
||||
font-style: normal;
|
||||
@font-face {
|
||||
font-family: 'GeistMono';
|
||||
src: url('font/geistmono.ttf') format('truetype');
|
||||
}
|
||||
|
||||
h1{
|
||||
font-family: "Geist mono";
|
||||
font-weight: 700;
|
||||
font-family: "GeistMono";
|
||||
font-size: 2.5rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
h2{
|
||||
font-family: "Geist mono";
|
||||
font-weight: 700;
|
||||
font-family: "GeistMono";
|
||||
font-size: 2rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
h3{
|
||||
font-family: "Geist mono";
|
||||
font-weight: 700;
|
||||
font-family: "GeistMono";
|
||||
font-size: 1.5rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
p, a, ul, li, body{
|
||||
font-family: "Geist mono";
|
||||
font-family: "GeistMono";
|
||||
font-weight: 200;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue