Difference between revisions of "Template:USTC-Software/css/pageContent"

Line 41: Line 41:
 
     color: #575246;
 
     color: #575246;
 
     font-family: ubuntu, serif !important;
 
     font-family: ubuntu, serif !important;
     /*word-break: break-all;*/
+
     word-break: break-all;
 
     text-align: justify;
 
     text-align: justify;
 
}
 
}

Revision as of 10:40, 14 October 2019

@font-face {

   font-family: ubuntu;
   src: url("https://static.igem.org/mediawiki/2019/c/c8/T--USTC-Software--ubuntu.woff");

} @font-face {

   font-family: alegreya;
   src: url("https://static.igem.org/mediawiki/2019/6/6e/T--USTC-Software--alegreya.woff");

} @font-face {

   font-family: amaranth;
   src: url("https://static.igem.org/mediawiki/2019/6/6e/T--USTC-Software--amaranth.woff");

} /*the article style*/ .page-content > .card-body {

   font-size: 18px;
   padding: 3em;
   font-family: ubuntu, serif;

} /* the article title style */ .page-content > .card-body h1{

   line-height: 3em;
   text-align: center;
   font-family: alegreya, serif;
   font-weight: bold;

} /*the article title style*/ .page-content > .card-body h3{

   line-height: 3em;
   font-family: alegreya, serif;
   font-weight: bold;

} /*the article 2nd title style*/ .page-content > .card-body h4{

   line-height: 2em;
   font-family: alegreya, serif;
   font-weight: bold;

} /*the article passage style*/ .page-content > .card-body .passage{

   line-height: 1.5em;
   color: #575246;
   font-family: ubuntu, serif !important;
   word-break: break-all;
   text-align: justify;

}