add Delicious font embed

This commit is contained in:
Matt Dunn-Rankin 2020-04-22 02:39:13 -07:00
parent fbc71147c8
commit d9927c8784
6 changed files with 34 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,13 +1,44 @@
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@font-face {
font-family: "Delicious";
src: url(./fonts/Delicious-Roman.otf);
}
@font-face {
font-family: "Delicious";
font-weight: 700;
src: url(./fonts/Delicious-Bold.otf);
}
@font-face {
font-family: "Delicious";
font-weight: 800 1000;
src: url(./fonts/Delicious-Heavy.otf);
}
@font-face {
font-family: "Delicious";
font-style: italic;
src: url(./fonts/Delicious-Italic.otf);
}
@font-face {
font-family: "Delicious";
font-style: italic;
font-weight: 700 1000;
src: url(./fonts/Delicious-BoldItalic.otf);
}