mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-05 17:14:40 -04:00
Replace twemoji files with twemoji npm package
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
154cb4c739
commit
8b78154075
11 changed files with 12 additions and 19 deletions
Binary file not shown.
|
@ -1,3 +0,0 @@
|
|||
SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors
|
||||
|
||||
SPDX-License-Identifier: CC-BY-4.0
|
|
@ -1,10 +0,0 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: "Twemoji Mozilla";
|
||||
src: url("TwemojiMozilla.ttf") format("truetype");
|
||||
}
|
|
@ -9,7 +9,7 @@
|
|||
@import "../../node_modules/bootstrap/scss/bootstrap";
|
||||
@import '../../node_modules/react-bootstrap-typeahead/css/Typeahead';
|
||||
@import "../../node_modules/@fontsource/source-sans-pro/index";
|
||||
@import "fonts/twemoji/twemoji";
|
||||
@import "../../node_modules/twemoji-colr-font/twemoji";
|
||||
@import '../../node_modules/fork-awesome/css/fork-awesome.min';
|
||||
|
||||
.text-black, body.dark .text-black {
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
*/
|
||||
|
||||
|
||||
$font-family-base: "Source Sans Pro", Helvetica, Arial, "Twemoji Mozilla", sans-serif;
|
||||
$font-family-base: "Source Sans Pro", Helvetica, Arial, "Twemoji", sans-serif;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue