Fix emoji on Windows
This commit is contained in:
parent
fe2bc2937b
commit
71dcb39d70
|
@ -4,7 +4,7 @@
|
|||
<meta charset='utf-8'>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="me" href="https://teh.entar.net/@neale">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&family=Roboto:ital,wght@0,400;0,700;1,400&display=swap">
|
||||
<!-- My stuff -->
|
||||
<link rel="icon" type="image/png" href="{{"/assets/images/face.png" | relURL}}">
|
||||
<link rel="stylesheet" media="screen" href="{{"/assets/css/default.css" | relURL}}">
|
||||
|
|
|
@ -14,7 +14,7 @@ body {
|
|||
padding: 1em;
|
||||
border-radius: 1em;
|
||||
max-width: 35em;
|
||||
font-family: "Lato", "Roboto", sans-serif;
|
||||
font-family: "Lato", "Noto Color Emoji", "Roboto", sans-serif;
|
||||
font-size: 13pt;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue