Team:Tuebingen/Template/Tuebingen
From 2012.igem.org
(Difference between revisions)
Jakobmatthes (Talk | contribs) |
Jakobmatthes (Talk | contribs) (use Droid Sans as font) |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | /* Droid Sans from Google Web fonts */ | ||
+ | @import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700); | ||
+ | |||
/* credit goes to Team:LMU-Munich for parts of this stylesheet */ | /* credit goes to Team:LMU-Munich for parts of this stylesheet */ | ||
Line 35: | Line 38: | ||
border: 0 none transparent; | border: 0 none transparent; | ||
font-size: 1em; | font-size: 1em; | ||
- | font-face: sans-serif; | + | font-face: "Droid Sans", sans-serif; |
width: auto; | width: auto; | ||
max-width: 1000px; | max-width: 1000px; | ||
Line 115: | Line 118: | ||
.twtr-widget { | .twtr-widget { | ||
- | font-family: sans-serif!important; | + | font-family: "Droid Sans", sans-serif !important; |
} | } | ||
Line 281: | Line 284: | ||
h1 { | h1 { | ||
color: #361B56; | color: #361B56; | ||
- | font-family: sans-serif; | + | font-family: "Droid Sans", sans-serif; |
font-weight: normal; | font-weight: normal; | ||
text-align:center; | text-align:center; |
Revision as of 14:05, 22 September 2012