Skip to content

Commit

Permalink
Update www.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bestpika committed Aug 15, 2024
1 parent 95d9087 commit eea0576
Showing 1 changed file with 11 additions and 32 deletions.
43 changes: 11 additions & 32 deletions docs/www.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,31 @@
@-moz-document

/**/
domain('aicamp.so'),
domain('amazon.co.jp'),
domain('bing.com'),
domain('booth.pm'),
domain('dlsite.com'),
domain('dmm.co.jp'),
domain('dmm.com'),
domain('iqt.ai'),
domain('jandi.com'),
domain('kktv.me'),
domain('to-do.live.com'),
domain('multcloud.com'),
domain('pionex.com'),
domain('reshapeapi.com'),
domain('retool.com'),
domain('rochat.ai'),
domain('ruten.com.tw'),
domain('dns.safu.pw'),
domain('sonkwo.hk'),
domain('shopee.tw'),
domain('shroud.email'),
domain('techbang.com'),
domain('telegram.org'),
domain('the.dns'),
domain('to-do.live.com'),
domain('threads.net'),
domain('workramen.com'),
domain('youtube.com'),
domain('yuplay.ru'),
/**/
Expand All @@ -46,38 +51,12 @@ domain('yuplay.ru'),
td,
textarea,
th {
font-family: FontAwesome, "Fira Code", "源泉圓體", "jf open 粉圓 1.1", "Noto Sans CJK JP", "Noto Sans TC",
font-family: FontAwesome, 'Fira Code Retina', '源泉圓體', 'jf open 粉圓 1.1', 'Noto Sans CJK JP', 'Noto Sans TC',
sans-serif !important;
}
}

@-moz-document

/**/
domain('scrintal.com'),
domain('beta.scrintal.com'),
/**/
{

[class*=ytd-],
a,
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
select,
span,
td,
textarea,
th {
font-family: FontAwesome, "源泉圓體", "jf open 粉圓 1.1", "Noto Sans CJK JP", "Noto Sans TC",
sans-serif !important;
code {
font-family: 'Fira Code Retina', 'Courier New', Courier, monospace !important;
}
}

Expand Down Expand Up @@ -105,7 +84,7 @@ domain('ptt.cc'),
td,
textarea,
th {
font-family: "標楷體", sans-serif !important;
font-family: '標楷體', sans-serif !important;
}
}

Expand Down

0 comments on commit eea0576

Please sign in to comment.