Line 5: | Line 5: | ||
font-family: "SF Pro Display"; | font-family: "SF Pro Display"; | ||
src: url("https://static.igem.org/mediawiki/2017/6/68/T--BNU-China--SanFranciscoDisplay-Light.otf"); | src: url("https://static.igem.org/mediawiki/2017/6/68/T--BNU-China--SanFranciscoDisplay-Light.otf"); | ||
+ | } | ||
+ | @font-face { | ||
+ | font-family: "SF Text"; | ||
+ | src: url("https://static.igem.org/mediawiki/2017/1/19/T--BNU-China--SanFranciscoText-Regular.otf"); | ||
} | } | ||
p { | p { | ||
− | font-family: "SF Pro Display" | + | font-family: "SF Text","SF Pro Display","Times New Roman" !important; |
− | + | ||
} | } |
Revision as of 03:40, 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"); } @font-face { font-family: "SF Text"; src: url("https://static.igem.org/mediawiki/2017/1/19/T--BNU-China--SanFranciscoText-Regular.otf"); } p { font-family: "SF Text","SF Pro Display","Times New Roman" !important; }