HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<section id="content-wrap" class="group">
<input type="text" class="user-input" />
<button class="user-btn" type="button">Change Text</button>
<section class="posts group">
<h1 title="Web Safe Font CSS - CSS Font Stacks - Sans Serif Font Family CSS">Sans Serif</h1>
<article class="post group" id="post-190">
<h2 class="arial">
<span class="hdr">Arial</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 98.74%<br>
Windows: 99.84%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-184">
<h2 class="arial-black">
<span class="hdr">Arial Black</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 96.22%<br>
Windows: 98.08%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Arial Black”, “Arial Bold”, Gadget, sans-serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-187">
<h2 class="arial-narrow">
<span class="hdr">Arial Narrow</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 94.77%<br>
Windows: 88.39%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Arial Narrow”, Arial, sans-serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Arial Narrow", Arial, sans-serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-193">
<h2 class="arial-rounded">
<span class="hdr">Arial Rounded MT Bold</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 95.14%<br>
Windows: 59.53%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Arial Rounded MT Bold”, “Helvetica Rounded”, Arial, sans-serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-100">
<h2 class="avant-garde">
<span class="hdr">Avant Garde</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 1.08%<br>
Windows: 0%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Avant Garde”, Avantgarde, “Century Gothic”, CenturyGothic, “AppleGothic”, sans-serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-44">
<h2 class="calibri">
<span class="hdr">Calibri</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 38.74%<br>
Windows: 83.41%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: Calibri, Candara, Segoe, “Segoe UI”, Optima, Arial, sans-serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-42">
<h2 class="candara">
<span class="hdr">Candara</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 34.41%<br>
Windows: 83.08%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: Candara, Calibri, Segoe, “Segoe UI”, Optima, Arial, sans-serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-86">
<h2 class="century-gothic">
<span class="hdr">Century Gothic</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 53.15%<br>
Windows: 87.62%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-46">
<h2 class="franklin-gothic-medium">
<span class="hdr">Franklin Gothic Medium</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 2.10%<br>
Windows: 99.18%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Franklin Gothic Medium”, “Franklin Gothic”, “ITC Franklin Gothic”, Arial, sans-serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-11">
<h2 class="futura">
<span class="hdr">Futura</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 94.41%<br>
Windows: 1.26%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: Futura, “Trebuchet MS”, Arial, sans-serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: Futura, "Trebuchet MS", Arial, sans-serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-38">
<h2 class="geneva">
<span class="hdr">Geneva</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 99.64%<br>
Windows: 2.08%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: Geneva, Tahoma, Verdana, sans-serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: Geneva, Tahoma, Verdana, sans-serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-13">
<h2 class="gill-sans">
<span class="hdr">Gill Sans</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 95.50%<br>
Windows: 58.54%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Gill Sans”, “Gill Sans MT”, Calibri, sans-serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-29">
<h2 class="helvetica">
<span class="hdr">Helvetica</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 100.00%<br>
Windows: 7.34%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-89">
<h2 class="impact">
<span class="hdr">Impact</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 95.14%<br>
Windows: %
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: Impact, Haettenschweiler, “Franklin Gothic Bold”, Charcoal, “Helvetica Inserat”, “Bitstream Vera Sans Bold”, “Arial Black”, sans serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-35">
<h2 class="lucida-grande">
<span class="hdr">Lucida Grande</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 100.00%<br>
Windows: 0.00%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Lucida Grande”, “Lucida Sans Unicode”, “Lucida Sans”, Geneva, Verdana, sans-serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-7">
<h2 class="optima">
<span class="hdr">Optima</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 93.69%<br>
Windows: 2.52%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: Optima, Segoe, “Segoe UI”, Candara, Calibri, Arial, sans-serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-40">
<h2 class="segoe">
<span class="hdr">Segoe UI</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 0.00%<br>
Windows: 75.36%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Segoe UI”, Frutiger, “Frutiger Linotype”, “Dejavu Sans”, “Helvetica Neue”, Arial, sans-serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-1">
<h2 class="tahoma">
<span class="hdr">Tahoma</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 91.71%<br>
Windows: 99.95%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: Tahoma, Verdana, Segoe, sans-serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: Tahoma, Verdana, Segoe, sans-serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-16">
<h2 class="trebuchet-ms">
<span class="hdr">Trebuchet MS</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 97.12%<br>
Windows: 99.67%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Trebuchet MS”, “Lucida Grande”, “Lucida Sans Unicode”, “Lucida Sans”, Tahoma, sans-serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-31">
<h2 class="verdana">
<span class="hdr">Verdana</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 99.10%<br>
Windows: 99.84%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: Verdana, Geneva, sans-serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: Verdana, Geneva, sans-serif;">Copy to Clipboard</span>
</article>
</section><!-- posts -->
<section class="posts group">
<h1 title="Web Safe Font CSS - CSS Font Stacks - Serif Font Family CSS">Serif</h1>
<article class="post group" id="post-63">
<h2 class="baskerville">
<span class="hdr">Baskerville</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 93.33%<br>
Windows: 60.35%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: Baskerville, “Baskerville Old Face”, “Hoefler Text”, Garamond, “Times New Roman”, serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-59">
<h2 class="big-caslon">
<span class="hdr">Big Caslon</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 92.61%<br>
Windows: 0.00%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Big Caslon”, “Book Antiqua”, “Palatino Linotype”, Georgia, serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-67">
<h2 class="bodoni-mt">
<span class="hdr">Bodoni MT</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 0.00%<br>
Windows: 55.81%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Bodoni MT”, Didot, “Didot LT STD”, “Hoefler Text”, Garamond, “Times New Roman”, serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-77">
<h2 class="book-antiqua">
<span class="hdr">Book Antiqua</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 49.01%<br>
Windows: 86.09%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Book Antiqua”, Palatino, “Palatino Linotype”, “Palatino LT STD”, Georgia, serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-197">
<h2 class="calisto-mt">
<span class="hdr">Calisto MT</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 46.31%<br>
Windows: 58.43%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Calisto MT”, “Bookman Old Style”, Bookman, “Goudy Old Style”, Garamond, “Hoefler Text”, “Bitstream Charter”, Georgia, serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-74">
<h2 class="cambria">
<span class="hdr">Cambria</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 35.32%<br>
Windows: 83.35%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: Cambria, Georgia, serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: Cambria, Georgia, serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-61">
<h2 class="didot">
<span class="hdr">Didot</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 93.51%<br>
Windows: 0.00%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: Didot, “Didot LT STD”, “Hoefler Text”, Garamond, “Times New Roman”, serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-52">
<h2 class="garamond">
<span class="hdr">Garamond</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 49.91%<br>
Windows: 86.47%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: Garamond, Baskerville, “Baskerville Old Face”, “Hoefler Text”, “Times New Roman”, serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-239">
<h2 class="georgia">
<span class="hdr">Georgia</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 97.48%<br>
Windows: 99.40%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: Georgia, Times, “Times New Roman”, serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: Georgia, Times, "Times New Roman", serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-69">
<h2 class="goudy-old-style">
<span class="hdr">Goudy Old Style</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 47.57%<br>
Windows: 58.11%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Goudy Old Style”, Garamond, “Big Caslon”, “Times New Roman”, serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-65">
<h2 class="hoefler-text">
<span class="hdr">Hoefler Text</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 92.61%<br>
Windows: 0.99%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Hoefler Text”, “Baskerville old face”, Garamond, “Times New Roman”, serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Hoefler Text", "Baskerville old face", Garamond, "Times New Roman", serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-55">
<h2 class="lucida-bright">
<span class="hdr">Lucida Bright</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 99.64%<br>
Windows: 76.12%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Lucida Bright”, Georgia, serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Lucida Bright", Georgia, serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-57">
<h2 class="palatino">
<span class="hdr">Palatino</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 86.13%<br>
Windows: 99.29%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: Palatino, “Palatino Linotype”, “Palatino LT STD”, “Book Antiqua”, Georgia, serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-135">
<h2 class="perpetua">
<span class="hdr">Perpetua</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 0.00%<br>
Windows: 66.54%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: Perpetua, Baskerville, “Big Caslon”, “Palatino Linotype”, Palatino, “URW Palladio L”, “Nimbus Roman No9 L”, serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: Perpetua, Baskerville, "Big Caslon", "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-204">
<h2 class="rockwell">
<span class="hdr">Rockwell</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 0.00%<br>
Windows: 65.94%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: Rockwell, “Courier Bold”, Courier, Georgia, Times, “Times New Roman”, serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-215">
<h2 class="rockwell-extra-bold">
<span class="hdr">Rockwell Extra Bold</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 0.00%<br>
Windows: 66.10%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Rockwell Extra Bold”, “Rockwell Bold”, monospace;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Rockwell Extra Bold", "Rockwell Bold", monospace;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-92">
<h2 class="times-new-roman">
<span class="hdr">Times New Roman</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 97.48%<br>
Windows: 99.67%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: TimesNewRoman, “Times New Roman”, Times, Baskerville, Georgia, serif;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;">Copy to Clipboard</span>
</article>
</section><!-- posts -->
<section class="posts group">
<h1 title="Web Safe Font CSS - CSS Font Stacks - Monospaced Font Family CSS">Monospaced</h1>
<article class="post group" id="post-97">
<h2 class="andale-mono">
<span class="hdr">Andale Mono</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 94.59%<br>
Windows: 4.16%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Andale Mono”, AndaleMono, monospace;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Andale Mono", AndaleMono, monospace;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-166">
<h2 class="consolas">
<span class="hdr">Consolas</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 34.77%<br>
Windows: 82.97%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: Consolas, monaco, monospace;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: Consolas, monaco, monospace;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-153">
<h2 class="courier-new">
<span class="hdr">Courier New</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 95.68%<br>
Windows: 99.73%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Courier New”, Courier, “Lucida Sans Typewriter”, “Lucida Typewriter”, monospace;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-132">
<h2 class="lucida-console">
<span class="hdr">Lucida Console</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 0.00%<br>
Windows: 99.18%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Lucida Console”, “Lucida Sans Typewriter”, Monaco, “Bitstream Vera Sans Mono”, monospace;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Lucida Console", "Lucida Sans Typewriter", Monaco, "Bitstream Vera Sans Mono", monospace;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-279">
<h2 class="lucida-sans-typewriter">
<span class="hdr">Lucida Sans Typewriter</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 99.64%<br>
Windows: 74.81%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Lucida Sans Typewriter”, “Lucida Console”, Monaco, “Bitstream Vera Sans Mono”, monospace;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-169">
<h2 class="monaco">
<span class="hdr">Monaco</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 99.82%<br>
Windows: 2.74%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: Monaco, Consolas, “Lucida Console”, monospace;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: Monaco, Consolas, "Lucida Console", monospace;">Copy to Clipboard</span>
</article>
<h1 title="Web Safe Font CSS - CSS Font Stacks - Fantasy Font Family CSS">Fantasy</h1>
<article class="post group" id="post-311">
<h2 class="copperplate">
<span class="hdr">Copperplate</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 92.61%<br>
Windows: 66.87%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: Copperplate, “Copperplate Gothic Light”, fantasy;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: Copperplate, "Copperplate Gothic Light", fantasy;">Copy to Clipboard</span>
</article>
<article class="post group" id="post-313">
<h2 class="papyrus">
<span class="hdr">Papyrus</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 92.43%<br>
Windows: 70.37%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: Papyrus, fantasy;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: Papyrus, fantasy;">Copy to Clipboard</span>
</article>
<h1 title="Web Safe Font CSS - CSS Font Stacks - Sript Font Family CSS">Script</h1>
<article class="post group" id="post-315">
<h2 class="brush-script-mt">
<span class="hdr">Brush Script MT</span>
<span class="info">
<img title="font info" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-info.png" alt="icon-info" width="20" height="20">
<span>
Mac: 90.99%<br>
Windows: 59.64%
</span>
</span>
<span class="stack">
<img title="font stack" src="http://cssfontstack.com/wp-content/themes/cssfontstack-2011/images/icon-zoom.png" alt="icon-zoom" width="20" height="20">
<span>
<p>font-family: “Brush Script MT”, cursive;</p>
</span>
</span>
</h2>
<span class="copy" title="font-family: "Brush Script MT", cursive;">Copy to Clipboard</span>
</article>
</section><!-- posts -->
</section>
/*
Title: MASTER STYLES
Author: [email protected]
*/
/* COLOR PALETTE
----------------------------------------------------------------------------------------------------
DARK PURPLE #464347;
MEDIUM PURPLE #796E6C;
MEDIUM GREY #9F9F9A;
*/
/* GENERAL
----------------------------------------------------------------------------------------------------*/
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.5; font-size: 52px; font-weight: 400;
background: #FFFFFF; color:#000000; position: relative; }
#social_buttons { position: fixed; z-index: 100; bottom:0; left: 0; width: 50px;
background: #FFF; padding: 15px; }
#social_buttons .button { padding: 10px 0; }
#social_buttons .button .IN-top { text-align: center; }
/* LINKS
----------------------------------------------------------------------------------------------------*/
a { color:#777; text-decoration: none; }
a:hover { color:#999; }
/* TYPOGRAPHY
----------------------------------------------------------------------------------------------------*/
h1 { font-size: 28px; font-weight: 200; font-style: italic; margin: 18px 0 20px 0;
font-family: Didot, "Didot LT STD", "Helvetica Neue", Helvetica, Arial,
sans-serif; border-bottom: dotted 1px #000000; }
h2 { font-size: 18px; margin: 0; }
h3, h4, h5, h6 { font-size: 13px; }
p { margin: 0 0 12px 0; }
b, strong { font-weight: bold; }
em, i { font-style: italic; }
small, sup, sub { font-size: 80%; }
sup, sub { line-height: 0; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
ul, ol { margin: 0 0 18px 30px; }
ul { list-style: disc; }
ol { list-style: decimal; }
.code { font-family: consolas, monaco, monospace; display: block; color: #999999; }
/* SERIF */
.perpetua { font-family: Perpetua, Baskerville, "Big Caslon", "Palatino Linotype",
Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif; }
.times-new-roman { font-family: TimesNewRoman, "Times New Roman", Times, Baskerville,
Georgia, serif; }
.palatino { font-family: Palatino, "Palatino Linotype", "Palatino LT STD",
"Book Antiqua", Georgia, serif; }
.lucida-bright { font-family: "Lucida Bright", Georgia, serif; }
.hoefler-text { font-family: "Hoefler Text", "Baskerville old face", Garamond,
"Times New Roman", serif;}
.goudy-old-style { font-family: "Goudy Old Style", Garamond, "Big Caslon",
"Times New Roman", serif; }
.garamond { font-family: Garamond, Baskerville, "Baskerville Old Face",
"Hoefler Text", "Times New Roman", serif;}
.didot { font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond,
"Times New Roman", serif; }
.cambria { font-family: Cambria, Georgia, serif; }
.book-antiqua { font-family: "Book Antiqua", Palatino, "Palatino Linotype",
"Palatino LT STD", Georgia, serif; }
.bodoni-mt { font-family: "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text",
Garamond, "Times New Roman", serif; }
.big-caslon { font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype",
Georgia, serif; }
.baskerville { font-family: Baskerville, "Baskerville old face", "Hoefler Text",
Garamond, "Times New Roman", serif; }
.georgia { font-family: Georgia, Times, “Times New Romanâ€, serif; }
/* SANS SERIF */
.arial { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;}
.arial-black { font-family: "Arial Black", "Arial Bold", Gadget, sans-serif; }
.arial-narrow { font-family: "Arial Narrow", Arial, sans-serif; }
.arial-rounded { font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif; }
.avant-garde { font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic,
"Apple Gothic", sans-serif; }
.calibri { font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; }
.calisto-mt { font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style",
Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif; }
.candara { font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial,
sans-serif; }
.century-gothic { font-family: "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif; }
.franklin-gothic-medium { font-family: "Franklin Gothic Medium", Arial, sans-serif; }
.frutiger { font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans",
"Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed",
"Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue",
Helvetica, Arial, sans-serif; }
.futura { font-family: Futura, "Trebuchet MS", Arial, sans-serif; }
.geneva { font-family: Geneva, Tahoma, Verdana, sans-serif; }
.gill-sans { font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; }
.helvetica { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.impact { font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal,
"Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif; }
.lucida-grande { font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
Geneva, Verdana, sans-serif; }
.optima { font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif; }
.segoe { font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif; }
.trebuchet { font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
"Lucida Sans", Tahoma, sans-serif; }
.tahoma { font-family: Tahoma, Verdana, Segoe, sans-serif; }
.verdana { font-family: Verdana, Geneva, sans-serif; }
/* MONOSPACED */
.andale-mono { font-family: "Andale Mono", AndaleMono, monospace; }
.courier-new { font-family: "Courier New", Courier, "Lucida Sans Typewriter",
"Lucida Typewriter", monospace; }
.lucida-console { font-family: "Lucida Console", "Lucida Sans Typewriter", Monaco,
"Bitstream Vera Sans Mono", monospace;}
.lucida-sans-typewriter { font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco,
"Bitstream Vera Sans Mono", monospace; }
.consolas { font-family: consolas, monaco, "Lucida Console", monospace; }
.monaco { font-family: monaco, consolas, "Lucida Console", monospace; }
/* SLAB SERIF */
.rockwell { font-family: Rockwell, "Courier Bold", Courier, Georgia, Times,
"Times New Roman", serif; }
.rockwell-extra-bold { font-family: "Rockwell Extra Bold", "Rockwell Bold", monospace; }
.museo-500 { font-family: "Museo-500", Rockwell, Courier, "Courier New", serif; }
/* OTHERS */
.papyrus { font-family: Papyrus, fantasy; }
.brush-script-mt { font-family: "Brush Script MT", cursive; }
.copperplate { font-family: Copperplate, "Copperplate Gothic Light", fantasy; }
/* REUSABLE CLASSES
----------------------------------------------------------------------------------------------------*/
.alignleft, .floatleft { float: left; }
.alignright, .floatright { float: right; }
.center { margin: 0 auto; }
.hide { }
.clear { clear: both; }
.more-link { font-style: italic; float: right; font-size: 14px; }
.textright { text-align: right; }
.copy { font-style: italic; display: block; height: 24px;
background: url(../images/copy.png) right no-repeat #000;
color: #FFFFFF; line-height: 24px; text-indent: 10px;
-webkit-border-radius: 3px; -moz-border-radius: 3px;
border-radius: 3px; cursor: pointer; }
.code p { margin: 0 0 4px 0; }
/* HEADER
----------------------------------------------------------------------------------------------------*/
header { padding: 0; }
header h1, header h2 { margin: 0; border: none; }
/* ADS */
.ad_wrap { padding: 20px 0 0 0; }
.ad_wrap .ad { width: 385px; padding: 0 0 20px 0; }
.ad_wrap a:hover { color: #999; }
.ad_wrap .img { width: 125px; padding: 0 0 0 10px; }
.ad_wrap .txt,
.ad_wrap .txt p { width: 250px; text-align: right; }
.ad_wrap .ad_title { font-weight: bold; padding: 10px 0 0 0; }
.ad_wrap .shareasale { width: 100%; text-align: right; margin: 0; font-size: 90%; }
.ad_wrap .shareasale,
.ad_wrap .shareasale a { color: #999; }
/* CONTENT
----------------------------------------------------------------------------------------------------*/
.posts { width: 300px; margin: 0 10px; float: left; }
article { padding: 0 0 30px 0; }
article h2 { margin: 0; font-weight: normal; height: 30px; position: relative; }
h2 .hdr { display: block; position: absolute; z-index: 5; }
.posts { margin-bottom: 20px; }
.entry { padding: 0 0 20px 0; }
#respond h2 { font-family: Didot, "Didot LT STD", "Helvetica Neue", Helvetica, Arial,
sans-serif; font-style: italic; margin: 0 0 12px 0; }
.info,
.stack { position: absolute; z-index: 10; display: block; width: 20px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
/* COMMENTS
----------------------------------------------------------------------------------------------------*/
ol.commentlist,
.children { list-style: none; margin: 0; }
.children li { padding: 10px; }
ol.commentlist li { margin-bottom: 20px; }
ol.commentlist li.comment { border-bottom: 1px dotted #000; }
ol.commentlist li.comment .children li
{ border: 0; background: #F0F0F0; }
ol .await-moderation { color: #796E6C; }
ol .comment-date,
ol .comment-author { font-weight: bold; font-style: italic; width: 50%; display: block; }
/* SIDEBAR
----------------------------------------------------------------------------------------------------*/
/* FOOTER
----------------------------------------------------------------------------------------------------*/
footer { position: fixed; bottom: 0; width: 100%; z-index: 100;}
#footer_wrap { padding: 10px 0 0 0; border-top: dotted 1px #000; font-size: 11px;
background: #FFF; }
footer nav ul { margin: 0; }
footer nav li { list-style: none; display: inline; float: right; padding: 0 0 0 20px; }
.banner_ad {
width: 728px;
margin: 0 auto 50px auto;
}
.user-input,.user-btn{
display:block;
width:75%;
}
.info img, .stack img {
display:none;
}
.stack {
display: block;
float: left;
position: relative;
width: initial;
left: 0;
}
.info, .info span, .stack, .stack span {
left: initial;
position: relative;
float: left;
width: 100%;
top:initial;
}
.copy {
display: none;
}
.info span, .stack span {
font-size: 12px;
color:#d0d0d0;
}
h2 .hdr {
position: relative;
float: left;
display:block;
width:100%;
}
article{
display:block;
width:100%;
}
.posts{
width:100%;
}
$('.user-btn').click(function() {
var replace = $('.user-input').val();
$('.hdr').text(replace);
});
jQuery('.copy').mouseover(function() {
var txt = jQuery(this).attr("title");
var url = jQuery(this).attr("href");
clip = new ZeroClipboard.Client();
clip.setHandCursor(true);
clip.setText(txt);
clip.glue(this);
clip.addEventListener('complete', function(client, text) {
alert("Copied to clipboard! Don't forget to share." );
if (url!=undefined){ //this is for
window.location=url; //<a href links
} //to do it
});
});
Also see: Tab Triggers