Compare commits

..

No commits in common. "cbfa6857480b62f69871d479b0ce58f2f4191386" and "c9d3043feb6c84ad3c997f14b7c639a0dad57881" have entirely different histories.

2 changed files with 2 additions and 63 deletions

3
.gitignore vendored
View File

@ -9,5 +9,6 @@ hugo.darwin
hugo.linux
# Proprietary fonts
static/assets/fonts/triplicate
static/assets/fonts/valkyrie
static/assets/fonts/heliotrope
static/assets/fonts/berkeley

View File

@ -1,6 +1,3 @@
/**************/
/* HELIOTROPE */
/**************/
@font-face {
font-family: Heliotrope;
font-style: normal;
@ -20,62 +17,3 @@
font-display: swap;
src: url('/assets/fonts/heliotrope/heliotrope_4_italic.woff2') format('woff2');
}
@font-face {
font-family: Heliotrope;
font-style: normal;
font-weight: bold;
font-stretch: normal;
font-display: auto;
src: url('/assets/fonts/heliotrope/heliotrope_4_bold.woff2') format('woff2');
}
@font-face {
font-family: Heliotrope;
font-style: italic;
font-weight: bold;
font-stretch: normal;
font-display: auto;
src: url('/assets/fonts/heliotrope/heliotrope_4_bold_italic.woff2') format('woff2');
}
/*****************/
/* BERKELEY MONO */
/*****************/
@font-face {
font-family: "Berkeley Mono";
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-stretch: normal;
font-display: swap;
src: url('/assets/fonts/berkeley/berkeley_mono-regular.woff2') format('woff2');
}
@font-face {
font-family: "Berkeley Mono";
font-style: italic;
font-weight: normal;
font-stretch: normal;
font-stretch: normal;
font-display: swap;
src: url('/assets/fonts/berkeley/berkeley_mono-italic.woff2') format('woff2');
}
@font-face {
font-family: "Berkeley Mono";
font-style: normal;
font-weight: bold;
font-stretch: normal;
font-display: auto;
src: url('/assets/fonts/berkeley/berkeley_mono-bold.woff2') format('woff2');
}
@font-face {
font-family: "Berkeley Mono";
font-style: italic;
font-weight: bold;
font-stretch: normal;
font-display: auto;
src: url('/assets/fonts/berkeley/berkeley_mono-bold_italic.woff2') format('woff2');
}