Changes

90 bytes removed ,  20:12, 8 September 2021
no edit summary
Line 1: Line 1:  
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
@font-face {  
+
@font-face {
    font-family: 'Cyborg45 Regular';
+
  font-family: "Cyborg45 Regular";
    font-style: normal;
+
  src: url("https://wiki.machinamaincluster.com/images/9/93/CYBORG_.TTF") format("ttf"),
    font-weight: normal;
  −
    src: local("Cyborg45 Regular"),
  −
        url('https://wiki.machinamaincluster.com/images/9/93/CYBORG_.TTF') format('TTF');
   
}
 
}