Added Garamond woffs
This commit is contained in:
parent
40c825e849
commit
d5f4a8402e
0
static/css/colorbox.css
Executable file → Normal file
0
static/css/colorbox.css
Executable file → Normal file
BIN
static/css/fonts/AppleGaramond-Bold.woff
Normal file
BIN
static/css/fonts/AppleGaramond-Bold.woff
Normal file
Binary file not shown.
BIN
static/css/fonts/AppleGaramond-BoldItalic.woff
Normal file
BIN
static/css/fonts/AppleGaramond-BoldItalic.woff
Normal file
Binary file not shown.
BIN
static/css/fonts/AppleGaramond-Italic.woff
Normal file
BIN
static/css/fonts/AppleGaramond-Italic.woff
Normal file
Binary file not shown.
BIN
static/css/fonts/AppleGaramond-Light.woff
Normal file
BIN
static/css/fonts/AppleGaramond-Light.woff
Normal file
Binary file not shown.
BIN
static/css/fonts/AppleGaramond-LightItalic.woff
Normal file
BIN
static/css/fonts/AppleGaramond-LightItalic.woff
Normal file
Binary file not shown.
BIN
static/css/fonts/AppleGaramond.woff
Normal file
BIN
static/css/fonts/AppleGaramond.woff
Normal file
Binary file not shown.
0
static/css/images/controls.png
Executable file → Normal file
0
static/css/images/controls.png
Executable file → Normal file
Before Width: | Height: | Size: 503 B After Width: | Height: | Size: 503 B |
0
static/css/images/loading.gif
Executable file → Normal file
0
static/css/images/loading.gif
Executable file → Normal file
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
0
static/css/justifiedGallery.min.css
vendored
Executable file → Normal file
0
static/css/justifiedGallery.min.css
vendored
Executable file → Normal 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; }
|
||||
|
|
0
static/js/jquery.colorbox-min.js
vendored
Executable file → Normal file
0
static/js/jquery.colorbox-min.js
vendored
Executable file → Normal file
0
static/js/jquery.justifiedGallery.min.js
vendored
Executable file → Normal file
0
static/js/jquery.justifiedGallery.min.js
vendored
Executable file → Normal file
Loading…
Reference in New Issue
Block a user