MediaWiki:Mobile.css: Difference between revisions

No edit summary
No edit summary
Line 20: Line 20:
table.tags td {
table.tags td {
     background: #D47575;
     background: #D47575;
}
@font-face {
  font-family: "BildCompressed";
  src: url("https://bfr.rectangle.zone/subwikifiles/bfr/images/7/76/BildV4Compressed-Regular.woff") format("woff");
}
.bildcompressed {
  font-family: "BildCompressed";
}
@font-face {
  font-family: "BildCompressedMedium";
  src: url("https://bfr.rectangle.zone/subwikifiles/bfr/images/4/4a/BildV4Compressed-Medium.woff") format("woff");
}
.bildcompressedmedium {
  font-family: "BildCompressedMedium";
}
@font-face {
  font-family: "BildCompressedLight";
  src: url("https://bfr.rectangle.zone/subwikifiles/bfr/images/0/04/BildV4Compressed-Light.woff") format("woff");
}
.bildcompressedlight {
  font-family: "BildCompressedLight";
}
}