diff --git a/fonts/CelestiaMediumRedux1.55.ttf b/fonts/CelestiaMediumRedux1.55.ttf new file mode 100644 index 00000000..47451642 Binary files /dev/null and b/fonts/CelestiaMediumRedux1.55.ttf differ diff --git a/fonts/CelestiaMediumRedux_alt1.55.ttf b/fonts/CelestiaMediumRedux_alt1.55.ttf new file mode 100644 index 00000000..70693f92 Binary files /dev/null and b/fonts/CelestiaMediumRedux_alt1.55.ttf differ diff --git a/index.html b/index.html index 81732b06..4aa83a82 100644 --- a/index.html +++ b/index.html @@ -49,14 +49,14 @@ recommended reading:
- Installing →
- Basic usage →
- Advanced usage →
- Configurations →
+ Installing
+ Basic usage
+ Advanced usage
+ Configurations

external links:
- Demonstration →
- ponysay fortunes →
+ Demonstration
+ ponysay fortunes

diff --git a/screen.css b/screen.css index 07731214..672508ce 100644 --- a/screen.css +++ b/screen.css @@ -15,6 +15,10 @@ div.header { border-bottom : 1px solid rgb(0, 0, 0); width : 100%; height : 60px; + /* + font-family : 'Celestia Redux Alternate', 'Celestia Redux', 'Open Sans', sans-serif; + font-size : 14pt; + */ } table.header { @@ -54,7 +58,16 @@ table.header { } .title { - padding : 4px 0px 8px 10px; + passing : 4px 0px 8px 10px; + /* + position : relative; + left : 0px; + top : -8px; + margin-top : 10px; + padding-left : 10px; + padding-right : 10px; + font-family : 'Celestia Redux Alternate', 'Celestia Redux', 'Open Sans', sans-serif; + */ font-size : 26pt; text-decoration : none; } @@ -67,6 +80,22 @@ a:hover {color : #484848; text-decoration : none; border : 0px solid #FFFFFF; a:focus {color : #000000; text-decoration : none; border : 0px solid #FFFFFF; background-color : transparent;} +/* +@font-face { + font-family : 'Celestia Redux Alternate'; + src : url('./fonts/CelestiaMediumRedux_alt1.55.ttf'); + font-weight : normal; + font-style : normal; +} + +@font-face { + font-family : 'Celestia Redux'; + src : url('./fonts/CelestiaMediumRedux1.55.ttf'); + font-weight : normal; + font-style : normal; +} +*/ + @font-face { font-family : 'Open Sans'; src : url('./fonts/opensans-regular-webfont.eot');