Revert "feat: Add variable Source Code Pro font"

This reverts commit a40b30f0fe.
This commit is contained in:
David Lapshin 2023-06-23 18:21:01 +03:00
parent 97fac81a68
commit 2c690baba2
Signed by: daudix
GPG key ID: 93ECF15D3053D81C
2 changed files with 1 additions and 10 deletions

Binary file not shown.

View file

@ -62,20 +62,12 @@
/* Typography */
@font-face {
font-family: 'Source Code Var';
font-weight: 100 900;
font-display: swap;
font-style: oblique 0deg 10deg;
src: url("fonts/Inter.var.woff2?v=3.19") format("woff2");
}
@font-face {
font-family: 'Inter Var';
font-weight: 100 900;
font-display: swap;
font-style: oblique 0deg 10deg;
src: url("fonts/SourceCodePro.var.woff2?v=2.042") format("woff2");
src: url("fonts/Inter.var.woff2?v=3.19") format("woff2");
}
* {
@ -451,7 +443,6 @@ tbody td {
/* Code Blocks */
.highlighter-rouge {
font-family: "Source Code Var";
padding: 2px 1rem;
border-radius: 5px;
background-color: var(--light1);