62 lines
2.6 KiB
CSS
62 lines
2.6 KiB
CSS
@font-face {
|
|
font-family: "vspd-code";
|
|
src:
|
|
url("/public/css/fonts/SourceCodePro-Regular/SourceCodePro-Regular.ttf.woff2") format("woff2"),
|
|
url("/public/css/fonts/SourceCodePro-Regular/SourceCodePro-Regular.ttf.woff") format("woff"),
|
|
url("/public/css/fonts/SourceCodePro-Regular/SourceCodePro-Regular.ttf") format("truetype"),
|
|
url("/public/css/fonts/SourceCodePro-Regular/SourceCodePro-Regular.eot") format("embedded-opentype");
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "vspd";
|
|
src:
|
|
url("/public/css/fonts/SourceSansPro-Regular/SourceSansPro-Regular.ttf.woff2") format("woff2"),
|
|
url("/public/css/fonts/SourceSansPro-Regular/SourceSansPro-Regular.ttf.woff") format("woff"),
|
|
url("/public/css/fonts/SourceSansPro-Regular/SourceSansPro-Regular.ttf") format("truetype"),
|
|
url("/public/css/fonts/SourceSansPro-Regular/SourceSansPro-Regular.eot") format("embedded-opentype");
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "vspd";
|
|
src:
|
|
url("/public/css/fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.ttf.woff2") format("woff2"),
|
|
url("/public/css/fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.ttf.woff") format("woff"),
|
|
url("/public/css/fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.ttf") format("truetype"),
|
|
url("/public/css/fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.eot") format("embedded-opentype");
|
|
font-weight: bold;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "vspd";
|
|
src:
|
|
url("/public/css/fonts/SourceSansPro-It/SourceSansPro-It.ttf.woff2") format("woff2"),
|
|
url("/public/css/fonts/SourceSansPro-It/SourceSansPro-It.ttf.woff") format("woff"),
|
|
url("/public/css/fonts/SourceSansPro-It/SourceSansPro-It.ttf") format("truetype"),
|
|
url("/public/css/fonts/SourceSansPro-It/SourceSansPro-It.eot") format("embedded-opentype");
|
|
font-style: italic;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "vspd";
|
|
src:
|
|
url("/public/css/fonts/SourceSansPro-SemiboldIt/SourceSansPro-SemiboldIt.ttf.woff2") format("woff2"),
|
|
url("/public/css/fonts/SourceSansPro-SemiboldIt/SourceSansPro-SemiboldIt.ttf.woff") format("woff"),
|
|
url("/public/css/fonts/SourceSansPro-SemiboldIt/SourceSansPro-SemiboldIt.ttf") format("truetype"),
|
|
url("/public/css/fonts/SourceSansPro-SemiboldIt/SourceSansPro-SemiboldIt.eot") format("embedded-opentype");
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
font-display: swap;
|
|
}
|
|
|
|
html, body {
|
|
font-family: "vspd", "Verdana", sans-serif;
|
|
}
|
|
|
|
pre, code, .code {
|
|
font-family: "vspd-code", "Courier New", monospace;
|
|
}
|