Browse Source

Added new font combo Lora and Istok Web

pull/75/head
Zach Wise 13 years ago
parent
commit
e267057ffd
  1. 40
      source/less/Font/Lora-Istok.less
  2. 6
      themes/font/Lora-Istok.css

40
source/less/Font/Lora-Istok.less

@ -0,0 +1,40 @@
/*
FONT
Lora and Istok Web
------------------------------------------------------------------------------------------- */
@font-serif: 'Lora', serif;
@font-sans: 'Istok Web', sans-serif;
.vmm-timeline {
font-family: @font-serif;
/* HEADERS
------------------------------------------------------------------------------------------- */
.twitter, .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-sans !important;
}
.feature {
h1, h2, h3, h4, h5, h6 {
font-family: @font-serif;
font-weight: 700;
}
}
}
.tooltip {
font-family: @font-sans;
}

6
themes/font/Lora-Istok.css

@ -0,0 +1,6 @@
.vmm-timeline{font-family:'Lora',serif;}.vmm-timeline .twitter,.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:'Istok Web',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:'Istok Web',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:'Istok Web',sans-serif !important;}
.vmm-timeline p,.vmm-timeline blockquote,.vmm-timeline blockquote p,.vmm-timeline .twitter blockquote p{font-family:'Istok Web',sans-serif !important;}
.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:'Lora',serif;font-weight:700;}
.tooltip{font-family:'Istok Web',sans-serif;}
Loading…
Cancel
Save