Merge pull request #61 from barrettruth/feat/font
use berkeley mono, not apercu mono
This commit is contained in:
commit
3a1d7ee551
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-face {
|
||||||
font-family: "Apercu Mono";
|
font-family: "Berkeley Mono";
|
||||||
src: url("/fonts/apercu-mono/ApercuMonoProLight.ttf") format("truetype");
|
src: url("/fonts/berkeley-mono/BerkeleyMono-Regular.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-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Apercu Mono";
|
font-family: "Berkeley Mono";
|
||||||
src: url("/fonts/apercu-mono/ApercuMonoProMedium.ttf") format("truetype");
|
src: url("/fonts/berkeley-mono/BerkeleyMono-Bold.ttf") format("truetype");
|
||||||
font-weight: 500;
|
font-weight: 700;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Apercu Mono";
|
font-family: "Berkeley Mono";
|
||||||
src: url("/fonts/apercu-mono/ApercuMonoProBold.ttf") format("truetype");
|
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-weight: 700;
|
||||||
font-style: normal;
|
font-style: italic;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue