Begin slow migration to Hugo...

This commit is contained in:
Chris Hodapp
2020-01-31 17:46:38 -05:00
parent f12c4b3773
commit 921b0e88fc
180 changed files with 2084 additions and 285 deletions

View File

@@ -0,0 +1,72 @@
@font-face {
font-family: 'Fira Code';
src: url('../fonts/FiraCode-Regular.eot');
src: url('../fonts/FiraCode-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/FiraCode-Regular.woff2') format('woff2'),
url('../fonts/FiraCode-Regular.woff') format('woff'),
url('../fonts/FiraCode-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: fallback;
}
@font-face {
font-family: 'Charter';
src: url('../fonts/charter_regular-webfont.eot');
src: url('../fonts/charter_regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/charter_regular-webfont.woff') format('woff'),
url('../fonts/charter_regular-webfont.ttf') format('truetype');
font-display: fallback;
}
@font-face {
font-family: 'Charter';
src: url('../fonts/charter_bold-webfont.eot');
src: url('../fonts/charter_bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/charter_bold-webfont.woff') format('woff'),
url('../fonts/charter_bold-webfont.ttf') format('truetype');
font-weight: bold;
font-display: fallback;
}
@font-face {
font-family: 'Charter';
src: url('../fonts/charter_italic-webfont.eot');
src: url('../fonts/charter_italic-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/charter_italic-webfont.woff') format('woff'),
url('../fonts/charter_italic-webfont.ttf') format('truetype');
font-style: italic;
font-display: fallback;
}
@font-face {
font-family: 'Charter';
src: url('../fonts/charter_bold_italic-webfont.eot');
src: url('../fonts/charter_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/charter_bold_italic-webfont.woff') format('woff'),
url('../fonts/charter_bold_italic-webfont.ttf') format('truetype');
font-style: italic;
font-weight: bold;
font-display: fallback;
}
@font-face {
font-family: 'Fira Sans';
src: url('../fonts/FiraSans-Book.eot');
src: url('../fonts/FiraSans-Book.eot?#iefix') format('embedded-opentype'),
url('../fonts/FiraSans-Book.woff2') format('woff2'),
url('../fonts/FiraSans-Book.woff') format('woff'),
url('../fonts/FiraSans-Book.ttf') format('truetype');
font-display: fallback;
}
@font-face {
font-family: 'Fira Sans';
src: url('../fonts/FiraSans-Bold.eot');
src: url('../fonts/FiraSans-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/FiraSans-Bold.woff2') format('woff2'),
url('../fonts/FiraSans-Bold.woff') format('woff'),
url('../fonts/FiraSans-Bold.ttf') format('truetype');
font-weight: bold;
font-display: fallback;
}