fonts
This commit is contained in:
parent
d351cd2e3e
commit
efeb921a1b
1 changed files with 29 additions and 2 deletions
|
|
@ -1,10 +1,37 @@
|
|||
@font-face {
|
||||
font-family: "Signifier";
|
||||
src: url("/signifier/Signifier-Regular.ttf");
|
||||
font-family: 'Signifier';
|
||||
src: url('/fonts/signifier/Signifier-Regular.ttf');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Apercu Mono';
|
||||
src: url('/fonts/apercu-mono/ApercuMono-Regular.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Apercu Mono';
|
||||
src: url('/fonts/apercu-mono/ApercuMono-Bold.ttf') format('truetype');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
pre,
|
||||
code,
|
||||
pre code,
|
||||
.astro-code,
|
||||
code[class*='language-'] {
|
||||
font-family: 'Apercu Mono', monospace !important;
|
||||
font-size: 0.95em;
|
||||
line-height: 1.5;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
font-family: "Signifier", serif;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue