mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-07 01:51:36 -04:00
Updates twemoji.ttf with a new version that is built for twemoji 13 (#664)
* Updates twemoji.ttf with a new version that is built for twemoji 13 * Rename font
This commit is contained in:
parent
417a5dc798
commit
02ae83ba5e
7 changed files with 6 additions and 6 deletions
Binary file not shown.
|
@ -1,4 +1,4 @@
|
|||
@font-face {
|
||||
font-family: "twemoji";
|
||||
font-family: "Twemoji Mozilla";
|
||||
src: url("TwemojiMozilla.ttf") format("truetype");
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@ html {
|
|||
|
||||
body {
|
||||
min-height: 100%;
|
||||
font-family: "Source Sans Pro", Helvetica, Arial, twemoji, sans-serif;
|
||||
font-family: "Source Sans Pro", Helvetica, Arial, "Twemoji Mozilla", sans-serif;
|
||||
}
|
||||
|
||||
*:focus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue