From 6e1e0018a81b90c5d2b0b3975062ea96c2fee00b Mon Sep 17 00:00:00 2001 From: Zach Wise Date: Mon, 11 Jun 2012 11:00:21 -0500 Subject: [PATCH] New font combo --- compiled/css/themes/font/PT.css | 7 ++++++ source/less/Font/PT.less | 44 +++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 compiled/css/themes/font/PT.css create mode 100644 source/less/Font/PT.less diff --git a/compiled/css/themes/font/PT.css b/compiled/css/themes/font/PT.css new file mode 100644 index 0000000..d1a3ae2 --- /dev/null +++ b/compiled/css/themes/font/PT.css @@ -0,0 +1,7 @@ +.vmm-timeline{font-family:'PT Serif',serif;}.vmm-timeline .twitter,.vmm-timeline .vcard,.vmm-timeline .messege,.vmm-timeline .credit,.vmm-timeline .caption,.vmm-timeline .zoom-in,.vmm-timeline .zoom-out,.vmm-timeline .back-home,.vmm-timeline .time-interval div,.vmm-timeline .time-interval-major div,.vmm-timeline .nav-container{font-family:'PT Sans',sans-serif !important;} +.vmm-timeline .feature h1.date,.vmm-timeline .feature h2.date,.vmm-timeline .feature h3.date,.vmm-timeline .feature h4.date,.vmm-timeline .feature h5.date,.vmm-timeline .feature h6.date{font-family:'PT Sans',sans-serif !important;} +.vmm-timeline .timenav h1,.vmm-timeline .flag-content h1,.vmm-timeline .era h1,.vmm-timeline .timenav h2,.vmm-timeline .flag-content h2,.vmm-timeline .era h2,.vmm-timeline .timenav h3,.vmm-timeline .flag-content h3,.vmm-timeline .era h3,.vmm-timeline .timenav h4,.vmm-timeline .flag-content h4,.vmm-timeline .era h4,.vmm-timeline .timenav h5,.vmm-timeline .flag-content h5,.vmm-timeline .era h5,.vmm-timeline .timenav h6,.vmm-timeline .flag-content h6,.vmm-timeline .era h6{font-family:'PT Sans',sans-serif !important;} +.vmm-timeline p,.vmm-timeline blockquote,.vmm-timeline blockquote p,.vmm-timeline .twitter blockquote p{font-family:'PT Serif',serif !important;} +.vmm-timeline blockquote,.vmm-timeline blockquote p,.vmm-timeline .twitter blockquote p{font-style:italic;} +.vmm-timeline .feature h1,.vmm-timeline .feature h2,.vmm-timeline .feature h3,.vmm-timeline .feature h4,.vmm-timeline .feature h5,.vmm-timeline .feature h6{font-family:'PT Sans Narrow',sans-serif;font-weight:700;} +.tooltip{font-family:'PT Sans',sans-serif;} diff --git a/source/less/Font/PT.less b/source/less/Font/PT.less new file mode 100644 index 0000000..2d04983 --- /dev/null +++ b/source/less/Font/PT.less @@ -0,0 +1,44 @@ +/* + FONT + PT Sans Narrow, PT Serif and PT Sans +------------------------------------------------------------------------------------------- */ + +@font-serif: 'PT Serif', serif; +@font-sans: 'PT Sans', sans-serif; +@font-headline: 'PT Sans Narrow', sans-serif; + +.vmm-timeline { + font-family: @font-serif; + /* HEADERS + ------------------------------------------------------------------------------------------- */ + .twitter, .vcard, .messege, .credit, .caption, .zoom-in, .zoom-out, .back-home, .time-interval div, .time-interval-major div, .nav-container { + font-family: @font-sans !important; + } + .feature { + h1.date, h2.date, h3.date, h4.date, h5.date, h6.date { + font-family: @font-sans !important; + } + } + .timenav, .flag-content, .era { + h1, h2, h3, h4, h5, h6 { + font-family: @font-sans !important; + } + } + /* CONTENT + ------------------------------------------------------------------------------------------- */ + p, blockquote, blockquote p, .twitter blockquote p { + font-family: @font-serif !important; + } + blockquote, blockquote p, .twitter blockquote p { + font-style: italic; + } + .feature { + h1, h2, h3, h4, h5, h6 { + font-family: @font-headline; + font-weight: 700; + } + } +} +.tooltip { + font-family: @font-sans; +} \ No newline at end of file