Changes

113 bytes added ,  07:56, 10 December 2022
no edit summary
Line 1,645: Line 1,645:     
}
 
}
 
+
@font-face {
 +
    font-family: "tkn";
 +
    font-weight: bold;
 +
    src: url(../starwiki-data/roboto/Roboto-Bold.ttf);
 +
}
 
token {
 
token {
 
   display: inline-block;
 
   display: inline-block;
Line 1,652: Line 1,656:  
   margin-right: 2px;
 
   margin-right: 2px;
 
   line-height: 0;
 
   line-height: 0;
   font-family: 'Roboto','Arial';
+
   font-family: 'tkn','Arial';
 
   font-size: 20px;
 
   font-size: 20px;
 
   font-weight: bold;
 
   font-weight: bold;