Use slightly smaller font files.
This commit is contained in:
parent
d798339f86
commit
8c6d3dcff8
|
|
@ -19,7 +19,7 @@ print(f'''\
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{title_of(html)}</title>
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
<link rel="stylesheet" href="/css/font/fonts.css">
|
||||
<link rel="stylesheet" href="/css/site.css">
|
||||
<script src="/Joy.js"></script>
|
||||
</head>
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,36 @@
|
|||
@font-face {
|
||||
font-family: 'EB Garamond';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7e8QI96.ttf) format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'EB Garamond';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url(SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7dbR496.ttf) format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'EB Garamond';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-6_RUAw.ttf) format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'EB Garamond';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url(SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-DPNUAw.ttf) format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Inconsolata';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-stretch: normal;
|
||||
font-display: swap;
|
||||
src: url(QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8aRo.ttf) format('truetype');
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -2,7 +2,8 @@
|
|||
body {
|
||||
background: #fff;
|
||||
color: black;
|
||||
font-family: 'EB Garamond 16';
|
||||
font-family: 'EB Garamond';
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
|
@ -59,3 +60,13 @@ span.kind {
|
|||
h3 {
|
||||
margin-bottom: 0.1em;
|
||||
}
|
||||
|
||||
div.definition {
|
||||
font-family: monospace, 'Inconsolata';
|
||||
background: #eee;
|
||||
padding: 0.5em;
|
||||
margin-left: 2em;
|
||||
margin-right: 2em;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
body {
|
||||
background: #fff;
|
||||
color: black;
|
||||
font-family: 'EB Garamond 12';
|
||||
font-family: 'EB Garamond';
|
||||
}
|
||||
|
||||
footer {
|
||||
|
|
|
|||
Loading…
Reference in New Issue