feat(fonts): use apercu mono for monospace
This commit is contained in:
parent
237a2033c2
commit
b200724902
9 changed files with 17 additions and 16 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
public/fonts/berkeley-mono/BerkeleyMono-Bold.ttf
Normal file
BIN
public/fonts/berkeley-mono/BerkeleyMono-Bold.ttf
Normal file
Binary file not shown.
BIN
public/fonts/berkeley-mono/BerkeleyMono-BoldItalic.ttf
Normal file
BIN
public/fonts/berkeley-mono/BerkeleyMono-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
public/fonts/berkeley-mono/BerkeleyMono-Italic.ttf
Normal file
BIN
public/fonts/berkeley-mono/BerkeleyMono-Italic.ttf
Normal file
Binary file not shown.
BIN
public/fonts/berkeley-mono/BerkeleyMono-Regular.ttf
Normal file
BIN
public/fonts/berkeley-mono/BerkeleyMono-Regular.ttf
Normal file
Binary file not shown.
|
|
@ -111,34 +111,35 @@
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Apercu Mono";
|
||||
src: url("/fonts/apercu-mono/ApercuMonoProLight.ttf") format("truetype");
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Apercu Mono";
|
||||
src: url("/fonts/apercu-mono/ApercuMonoProRegular.ttf") format("truetype");
|
||||
font-family: "Berkeley Mono";
|
||||
src: url("/fonts/berkeley-mono/BerkeleyMono-Regular.ttf") format("truetype");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Apercu Mono";
|
||||
src: url("/fonts/apercu-mono/ApercuMonoProMedium.ttf") format("truetype");
|
||||
font-weight: 500;
|
||||
font-family: "Berkeley Mono";
|
||||
src: url("/fonts/berkeley-mono/BerkeleyMono-Bold.ttf") format("truetype");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Apercu Mono";
|
||||
src: url("/fonts/apercu-mono/ApercuMonoProBold.ttf") format("truetype");
|
||||
font-family: "Berkeley Mono";
|
||||
src: url("/fonts/berkeley-mono/BerkeleyMono-Italic.ttf") format("truetype");
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Berkeley Mono";
|
||||
src: url("/fonts/berkeley-mono/BerkeleyMono-BoldItalic.ttf")
|
||||
format("truetype");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue