mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-07 14:37:33 +08:00
12 lines
361 B
CSS
12 lines
361 B
CSS
@font-face {
|
|
font-family: 'TwemojiCountryFlags';
|
|
src: url('./TwemojiCountryFlags.woff2') format('woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.country {
|
|
font-family: TwemojiCountryFlags,"Twemoji Mozilla","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","EmojiOne Color","Android Emoji",sans-serif;
|
|
font-size: 2em;
|
|
}
|