Fix emojis displaying incorrectly (#2327)

This commit is contained in:
absidue 2022-06-19 22:44:24 +02:00 committed by GitHub
parent 7057633906
commit f4aff3964b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#app {
display: flex;
flex-wrap: wrap;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.routerView {

View File

@ -4,7 +4,7 @@
}
.description {
font-family: 'Roboto', sans-serif;
font-family: 'Roboto', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
font-size: 17px;
white-space: pre-wrap;
}

View File

@ -350,7 +350,7 @@
line-height: 1;
font-weight: normal;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-family: Arial, Helvetica, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
word-break: initial;
}
.video-js:-moz-full-screen {

View File

@ -108,7 +108,7 @@
}
.aboutInfo {
font-family: 'Roboto', sans-serif;
font-family: 'Roboto', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
font-size: 17px;
white-space: pre-wrap;
}