Team:Queens Canada/fonts

From 2011.igem.org

(Difference between revisions)
Line 38: Line 38:
regulartext{font-family:"SegoeWP";  color:#323232; font-size:12pt;}
regulartext{font-family:"SegoeWP";  color:#323232; font-size:12pt;}
 +
regulartext1{font-family:"SegoeWP";  color:#323232; font-size:10pt;}

Revision as of 23:48, 20 June 2011

@font-face {

       font-family : 'SegoeWP', Helvetica, Arial, sans-serif;
       src: url('http://allistersmith.com/Photography/Login_files/SegoeWP.eot'); /* IE9 Compat Modes */

src: url('http://allistersmith.com/Photography/Login_files/SegoeWP.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('http://allistersmith.com/Photography/Login_files/SegoeWP.woff') format('woff'), /* Modern Browsers */ url('http://allistersmith.com/Photography/Login_files/SegoeWP.ttf') format('truetype'), /* Safari, Android, iOS */ url('http://allistersmith.com/Photography/Login_files/SegoeWP.svg#SegoeWP') format('svg'); /* Legacy iOS */


       font-weight: 'light';
       src: url('http://allistersmith.com/Photography/Login_files/SegoeWP-Light.eot'); /* IE9 Compat Modes */

src: url('http://allistersmith.com/Photography/Login_files/SegoeWP-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('http://allistersmith.com/Photography/Login_files/SegoeWP-Light.woff') format('woff'), /* Modern Browsers */ url('http://allistersmith.com/Photography/Login_files/SegoeWP-Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('http://allistersmith.com/Photography/Login_files/SegoeWP-Light.svg#SegoeWP-Light') format('svg'); /* Legacy iOS */


       font-weight: 'Semibold';
       src: url('http://allistersmith.com/Photography/Login_files/SegoeWP-Semibold.eot'); /* IE9 Compat Modes */

src: url('http://allistersmith.com/Photography/Login_files/SegoeWP-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('http://allistersmith.com/Photography/Login_files/SegoeWP-Semibold.woff') format('woff'), /* Modern Browsers */ url('http://allistersmith.com/Photography/Login_files/SegoeWP-Semibold.ttf') format('truetype'), /* Safari, Android, iOS */ url('http://allistersmith.com/Photography/Login_files/SegoeWP-Semibold.svg#SegoeWP-Semibold') format('svg'); /* Legacy iOS */

  }

h1 {font-family:'SegoeWP'; font-weight:'light';}

h2 {font-family:'SegoeWP'} h2.noline{font-family:'SegoeWP'; border-top:0; margin-top:0; padding-top:0; margin-bottom:0; line-height:20px; padding-top:2px; font-size:20px;}

h3 {font-family:'SegoeWP'; font-weight:'bold'; color: #A80008; font-size:24px;} h3red {font-family:'SegoeWP'; font-weight:'bold'; color: #A80008; font-size:24px;} h3green {font-family:'SegoeWP'; font-weight:'bold'; color: #177404; font-size:24px;} h3purple {font-family:'SegoeWP'; font-weight:'bold'; color: #A23C9C; font-size:24px;} h3orange {font-family:'SegoeWP'; font-weight:'bold'; color: #F86114; font-size:24px;} h3orange1 {font-family:'SegoeWP'; font-weight:'bold'; color: #F86114; font-size:18px;}

regulartext{font-family:"SegoeWP"; color:#323232; font-size:12pt;} regulartext1{font-family:"SegoeWP"; color:#323232; font-size:10pt;}