/** * Blaskan theme options styles */ /** * Bulletproof syntax: * http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax * Font files generated by Font Squirrel: * http://www.fontsquirrel.com * License: Open Font License. See OFL.txt. */ @font-face { font-family: 'LeagueGothic'; src: url('fonts/league_gothic-webfont.eot'); /* IE9 Compat Modes */ src: url('fonts/league_gothic-webfont.eot?iefix') format('eot'), /* IE6-IE8 */ url('fonts/league_gothic-webfont.woff') format('woff'), /* Modern Browsers */ url('fonts/league_gothic-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/league_gothic-webfont.svg#webfont3nLbXkSC') format('svg'); /* Legacy iOS */ } .blaskan-option { float: left; padding-right: 20px; width: 200px; } .blaskan-typeface-option { color: #000; display: block; line-height: normal; padding: 10px 0 0; } .blaskan-typeface-option-league-gothic { font-family: 'LeagueGothic', sans-serif; font-size: 36px; text-transform: uppercase; } .blaskan-typeface-option-helvetica { font-family: 'Helvetica Neue', sans-serif; font-size: 28px; font-weight: bold; } #link-color-example { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; border: 1px solid #dfdfdf; margin: 0 7px 0 3px; padding: 4px 14px; }