agent-sirius/www/fonts/gamefont.css
2024-09-19 16:04:25 -05:00

11 lines
No EOL
236 B
CSS

@font-face {
font-family: GameFont;
src: url("mplus-1m-regular.ttf");
}
.IIV::-webkit-media-controls-play-button,
video::-webkit-media-controls-start-playback-button {
opacity: 0;
pointer-events: none;
width: 5px;
}