Fix emoji on Windows
This commit is contained in:
parent
e1996a975a
commit
b0a3ca6c5b
|
@ -4,7 +4,7 @@
|
||||||
<meta charset='utf-8'>
|
<meta charset='utf-8'>
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<link rel="me" href="https://teh.entar.net/@neale">
|
<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 -->
|
<!-- My stuff -->
|
||||||
<link rel="icon" type="image/png" href="{{"/assets/images/face.png" | relURL}}">
|
<link rel="icon" type="image/png" href="{{"/assets/images/face.png" | relURL}}">
|
||||||
<link rel="stylesheet" media="screen" href="{{"/assets/css/default.css" | relURL}}">
|
<link rel="stylesheet" media="screen" href="{{"/assets/css/default.css" | relURL}}">
|
||||||
|
|
|
@ -14,7 +14,7 @@ body {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
max-width: 35em;
|
max-width: 35em;
|
||||||
font-family: "Lato", "Roboto", sans-serif;
|
font-family: "Lato", "Noto Color Emoji", "Roboto", sans-serif;
|
||||||
font-size: 13pt;
|
font-size: 13pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue