Added Garamond woffs

This commit is contained in:
2023-03-24 10:51:37 -04:00
parent 40c825e849
commit d5f4a8402e
13 changed files with 24 additions and 1 deletions
Executable → Regular
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Executable → Regular
View File

Before

Width:  |  Height:  |  Size: 503 B

After

Width:  |  Height:  |  Size: 503 B

Executable → Regular
View File

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Vendored Executable → Regular
View File
+24 -1
View File
@@ -1,5 +1,28 @@
@import url("pygment.css");
body { margin:0px; padding:20px 0px; text-align:center; font-family: Tahoma, Arial, Verdana, Sans-Serif, "Lucida Sans"; color:#000000; }
@font-face {
font-family: "Garamond";
src: url("fonts/AppleGaramond.woff") format('woff');
}
@font-face {
font-family: "Garamond";
src: url("fonts/AppleGaramond-Bold.woff") format('woff');
font-weight: bold;
}
@font-face {
font-family: "Garamond";
src: url("fonts/AppleGaramond-BoltItalic.woff") format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "Garamond";
src: url("fonts/AppleGaramond-Italic.woff") format('woff');
font-style: italic;
}
body { margin:0px; padding:20px 0px; text-align:center; font-family: Garamond, Serif; color:#000000; }
a, a:visited { text-decoration:none; color:#1d2a78; }
a:hover { text-decoration:underline; }
h1, h2, h3, h4, h5, h6, h7 { margin:0px; line-height: 1.1em; font-size: 1.7em; }
Vendored Executable → Regular
View File
Vendored Executable → Regular
View File