style: use Pretendard font for default
This commit is contained in:
parent
a7250a0e30
commit
8624338dbd
2 changed files with 21 additions and 5 deletions
24
locales/index.d.ts
vendored
24
locales/index.d.ts
vendored
|
@ -2796,6 +2796,10 @@ export interface Locale extends ILocale {
|
|||
* ログイントークンを再生成
|
||||
*/
|
||||
"regenerateLoginToken": string;
|
||||
/**
|
||||
* ログイントークンを再生成しますか?
|
||||
*/
|
||||
"regenerateLoginTokenConfirm": string;
|
||||
/**
|
||||
* ログインに使用される内部トークンを再生成します。通常この操作を行う必要はありません。再生成すると、全てのデバイスでログアウトされます。
|
||||
*/
|
||||
|
@ -4292,7 +4296,7 @@ export interface Locale extends ILocale {
|
|||
*/
|
||||
"rolesAssignedToMe": string;
|
||||
/**
|
||||
* パスワードリセットしますか?
|
||||
* パスワードをリセットしますか?
|
||||
*/
|
||||
"resetPasswordConfirm": string;
|
||||
/**
|
||||
|
@ -5270,6 +5274,10 @@ export interface Locale extends ILocale {
|
|||
* パスワードの安全性に加え、HIBPを通じてパスワードの漏洩を検査します。
|
||||
*/
|
||||
"checkedByHIBP": string;
|
||||
/**
|
||||
* 名前を変更
|
||||
*/
|
||||
"changeUserName": string;
|
||||
"_bubbleGame": {
|
||||
/**
|
||||
* 遊び方
|
||||
|
@ -8515,6 +8523,10 @@ export interface Locale extends ILocale {
|
|||
* ユーザーのパスワードをリセットする
|
||||
*/
|
||||
"write:admin:reset-password": string;
|
||||
/**
|
||||
* ユーザーのログイントークンを再生成する
|
||||
*/
|
||||
"write:admin:regenerate-user-token": string;
|
||||
/**
|
||||
* ユーザーからの通報を解決する
|
||||
*/
|
||||
|
@ -8546,15 +8558,15 @@ export interface Locale extends ILocale {
|
|||
/**
|
||||
* ユーザーのアバターを削除する
|
||||
*/
|
||||
"write:admin:unset-user-avatar": string;
|
||||
"write:admin:user-avatar": string;
|
||||
/**
|
||||
* ユーザーのバーナーを削除する
|
||||
*/
|
||||
"write:admin:unset-user-banner": string;
|
||||
"write:admin:user-banner": string;
|
||||
/**
|
||||
* ユーザーの相互リンクを削除する
|
||||
*/
|
||||
"write:admin:unset-user-mutual-link": string;
|
||||
"write:admin:user-mutual-link": string;
|
||||
/**
|
||||
* ユーザーの凍結を解除する
|
||||
*/
|
||||
|
@ -8563,6 +8575,10 @@ export interface Locale extends ILocale {
|
|||
* インスタンスのメタデータを操作する
|
||||
*/
|
||||
"write:admin:meta": string;
|
||||
/**
|
||||
* ユーザーの名前を変更する
|
||||
*/
|
||||
"write:admin:user-name": string;
|
||||
/**
|
||||
* モデレーションノートを操作する
|
||||
*/
|
||||
|
|
|
@ -65,7 +65,7 @@ html {
|
|||
accent-color: var(--accent);
|
||||
overflow: auto;
|
||||
overflow-wrap: break-word;
|
||||
font-family: "NEXON Lv1 Gothic", "Pretendard JP", "Hiragino Maru Gothic Pro", "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif;
|
||||
font-family: "Pretendard JP", "Hiragino Maru Gothic Pro", "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
font-feature-settings: "ss05";
|
||||
line-height: 1.35;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue