Ajout de la police pour les smileys :)

This commit is contained in:
Darks 2019-09-25 16:36:06 +02:00
parent 67899f3e32
commit a194136d47
Signed by: Darks
GPG Key ID: F61F10FA138E797C
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
/* Fonts */
@font-face { font-family: NotoSans; src: url(../fonts/noto_sans.ttf); }
@font-face { font-family: Twemoji; src: url(../fonts/TwitterColorEmoji.ttf); }
@font-face { font-family: Cantarell; font-weight: normal; src: url(../fonts/Cantarell-Regular.otf); }
@font-face { font-family: Cantarell; font-weight: bold; src: url(../fonts/Cantarell-Bold.otf); }
@ -16,7 +17,7 @@
body {
margin: 0;
background: #ffffff;
font-family: 'DejaVu Sans', sans-serif;
font-family: Twemoji, 'DejaVu Sans', sans-serif;
}
/* General */

Binary file not shown.