MediaWiki:Vector.css: Difference between revisions

m
no edit summary
mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Manual revert
Line 83: Line 83:
}
}
@font-face {
@font-face {
    font-family: Kurokane;
  font-family:Kurokane;
    src: url(/w/images/4/4e/FOT-KurokaneStd-EB.woff2);
  src:url(/w/images/4/4e/FOT-KurokaneStd-EB.woff2)
}
}
@font-face {  
@font-face {  
Line 92: Line 92:
}
}
@font-face {  
@font-face {  
     font-family: RodinBold;
     font-family: Rodin;
     src: url(/w/images/b/bd/FOT-RodinNTLGPro-EB.woff2);
     src: url(/w/images/b/bd/FOT-RodinNTLGPro-EB.woff2);
     font-weight: Bold;
     font-weight: bold;
}
}
#firstHeading,
#firstHeading,
Line 377: Line 377:
}
}
.highlight {
.highlight {
  font-family:RodinBold; !important
   font-weight:normal; !important  
   font-weight:bold; !important  
}
}
.embedvideo-loader__title,
.embedvideo-loader__title,
Line 384: Line 383:
   left:0;
   left:0;
   right:0;
   right:0;
  font-family:RodinBold; !important
   font-weight:normal; !important  
   font-weight:bold; !important  
   transition:opacity 250ms ease
   transition:opacity 250ms ease
}
}