Difference between revisions of "Template:BNU-China/CSS/final"

(Created page with ".math>span:last-child { border:none !important; }")
 
Line 1: Line 1:
 
.math>span:last-child {
 
.math>span:last-child {
 
     border:none !important;
 
     border:none !important;
 +
}
 +
@font-face {
 +
font-family: "SF Pro Display";
 +
src: url("https://static.igem.org/mediawiki/2017/6/68/T--BNU-China--SanFranciscoDisplay-Light.otf");
 +
}
 +
p {
 +
font-family: "SF Pro Display" !important;
 +
text-align: justify !important;
 
}
 
}

Revision as of 03:24, 15 October 2017

.math>span:last-child {

   border:none !important;

} @font-face { font-family: "SF Pro Display"; src: url("https://static.igem.org/mediawiki/2017/6/68/T--BNU-China--SanFranciscoDisplay-Light.otf"); } p { font-family: "SF Pro Display" !important; text-align: justify !important; }