Difference between revisions of "Team:UFSCar-Brasil/Template/css/custom.css"
Line 32: | Line 32: | ||
} | } | ||
+ | @font-face { | ||
+ | font-family: 'Droid Sans"; | ||
+ | src: url(https://static.igem.org/mediawiki/2015/7/7b/DroidSans.ttf); | ||
+ | } | ||
p { | p { | ||
text-align: justify; | text-align: justify; | ||
+ | font-family: 'Droid Sans'; | ||
} | } |
Revision as of 18:51, 5 September 2015
- content {
width: 100%; padding: 0 0;
} .vertical.stripe.segment {
padding: 4em 0;
} .ui.header {
padding: 0.5em 0;
}
.sponsor img, .ufscar img {
height: 150px;
}
h1.ui.header {
padding: 0 0; margin-bottom: 0;
}
h2.ui.header {
padding: 0 0; margin: 0 0;
}
.segment .text.container {
padding: 0 0;
}
h1.firstHeading {
display: none;
}
@font-face { font-family: 'Droid Sans"; src: url(https://static.igem.org/mediawiki/2015/7/7b/DroidSans.ttf); } p { text-align: justify; font-family: 'Droid Sans'; }