mirror of
https://github.com/dzeiocom/markblog.git
synced 2025-04-22 10:52:12 +00:00
fixed blobmoji font
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
7f06c1b368
commit
7e81a80dba
@ -1,8 +1,10 @@
|
||||
@font-face
|
||||
font-family: "Blobmoji"
|
||||
// TODO: find a way to use it internally
|
||||
src: local('Blobmoji')
|
||||
src: url('/fonts/Blobmoji.ttf')
|
||||
src: local('Blobmoji'), url('/fonts/Blobmoji.ttf') format('truetype')
|
||||
font-weight normal
|
||||
font-style normal
|
||||
|
||||
|
||||
.emoji
|
||||
font-family: 'Blobmoji'
|
||||
|
Loading…
x
Reference in New Issue
Block a user