Browse Source

Remove duplicate font declaration for Tsuki CSS style / theme

pull/40/head
Benjamin Southall 7 years ago
parent
commit
aba80c9c28
  1. 17
      stylesheets/tsuki.css

17
stylesheets/tsuki.css

@ -9,23 +9,6 @@ color change by kalyx
src: url("/stylesheets/fonts/DejaVuSansMono.ttf") format("truetype");
}
@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
}
/**
* volafile.css fuck you
color change by kalyx
*/
@import url("/stylesheets/dark.css");
@font-face
{
font-family: "DejaVuSansMono";
src: url("/stylesheets/fonts/DejaVuSansMono.ttf") format("truetype");
}
@font-face
{
font-family: 'lain';

Loading…
Cancel
Save