mirror of
https://github.com/hashicorp/vault.git
synced 2026-01-10 19:21:40 +01:00
84 lines
2.2 KiB
CSS
84 lines
2.2 KiB
CSS
/* Logo Font (Klavika) */
|
|
@font-face {
|
|
font-family: 'klavika-web';
|
|
src: url('/fonts/klavika/500.woff2') format('woff2'),
|
|
url('/fonts/klavika/500.woff') format('woff');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* Display Font (Gilmer) */
|
|
@font-face {
|
|
font-family: 'gilmer-web';
|
|
src: url('/fonts/gilmer/gilmer-light.woff2') format('woff2'),
|
|
url('/fonts/gilmer/gilmer-light.woff') format('woff');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'gilmer-web';
|
|
src: url('/fonts/gilmer/gilmer-regular.woff2') format('woff2'),
|
|
url('/fonts/gilmer/gilmer-regular.woff') format('woff');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'gilmer-web';
|
|
src: url('/fonts/gilmer/gilmer-medium.woff2') format('woff2'),
|
|
url('/fonts/gilmer/gilmer-medium.woff') format('woff');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'gilmer-web';
|
|
src: url('/fonts/gilmer/gilmer-bold.woff2') format('woff2'),
|
|
url('/fonts/gilmer/gilmer-bold.woff') format('woff');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* Body Font (Metro) */
|
|
@font-face {
|
|
font-family: 'metro-web';
|
|
src: url('/fonts/metro/metro-sans-book.woff2') format('woff2'),
|
|
url('/fonts/metro/metro-sans-book.woff') format('woff');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'metro-web';
|
|
src: url('/fonts/metro/metro-sans-regular.woff2') format('woff2'),
|
|
url('/fonts/metro/metro-sans-regular.woff') format('woff');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'metro-web';
|
|
src: url('/fonts/metro/metro-sans-semi-bold.woff2') format('woff2'),
|
|
url('/fonts/metro/metro-sans-semi-bold.woff') format('woff');
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'metro-web';
|
|
src: url('/fonts/metro/metro-sans-bold.woff2') format('woff2'),
|
|
url('/fonts/metro/metro-sans-bold.woff') format('woff');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* Code Font (Deja Vu) */
|
|
@font-face {
|
|
font-family: "dejavu-sans-mono-web";
|
|
src: url("/fonts/dejavu/DejaVuSansMono.woff2") format("woff2"),
|
|
url("/fonts/dejavu/DejaVuSansMono.woff") format("woff");
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
}
|