Skip to content
Snippets Groups Projects
Commit 712ea368 authored by Adrien Dorsaz's avatar Adrien Dorsaz :penguin:
Browse files

blog engine: fix lint css with OpenMoji full name

parent 84ed2e3a
No related branches found
No related tags found
No related merge requests found
Pipeline #463 failed
This commit is part of merge request !53. Comments created here will be created in the context of that merge request.
......@@ -57,9 +57,9 @@
}
@font-face {
font-family: OpenMoji;
font-family: "OpenMoji Color";
src:
local(OpenMoji),
local("OpenMoji Color"),
url("/fonts/OpenMoji-color-colr1_svg.woff2") format("woff2");
unicode-range: U+23, U+2A, U+2D, U+30-39, U+A9, U+AE, U+200D, U+203C, U+2049,
U+20E3, U+2117, U+2120, U+2122, U+2139, U+2194-2199, U+21A9, U+21AA, U+229C,
......@@ -99,7 +99,7 @@
body {
text-align: justify;
font-family: Cantarell, OpenMoji, sans-serif;
font-family: Cantarell, "OpenMoji Color", sans-serif;
margin: 2rem auto;
display: grid;
max-width: 100vw;
......@@ -217,7 +217,7 @@ noscript .article-metadata {
}
.tag {
font-family: "Fira Code", OpenMoji, monospace;
font-family: "Fira Code", "OpenMoji Color", monospace;
min-width: 3rem;
font-size: 0.7rem;
text-align: center;
......@@ -246,7 +246,7 @@ pre {
code {
font-size: 0.8rem;
font-family: "Fira Code", monospace;
font-family: "Fira Code", "OpenMoji Color", monospace;
background-color: hsl(var(--code-text-color-hsl) / 100%);
padding-block: 0.1rem;
padding-inline: 0.4rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment