mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: use Noto Emoji Color
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
@font-face {
|
||||
font-family: "Noto Color Emoji";
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
src: url(@fontsource/noto-color-emoji/files/noto-color-emoji-emoji-400-normal.woff2)
|
||||
format("woff2"),
|
||||
url(@fontsource/noto-color-emoji/files/noto-color-emoji-emoji-400-normal.woff)
|
||||
format("woff");
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
margin: 0;
|
||||
font-family: "Noto Color Emoji", sans-serif;
|
||||
}
|
||||
|
||||
@@ -6,6 +6,8 @@ import {HashRouter} from "react-router-dom";
|
||||
import 'antd/dist/reset.css';
|
||||
import './i18n'
|
||||
|
||||
import './index.css'
|
||||
|
||||
|
||||
const root = ReactDOM.createRoot(document.getElementById("root") as HTMLElement)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user