This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
@font-face {
|
||||
font-family: "monospace";
|
||||
src:
|
||||
url("{{ .Permalink }}"),
|
||||
url("{{ .RelPermalink }}"),
|
||||
local("Courier New");
|
||||
}
|
||||
{{ end }}
|
||||
@@ -19,7 +19,7 @@
|
||||
font-family: "monospace";
|
||||
font-style: italic;
|
||||
src:
|
||||
url("{{ .Permalink }}"),
|
||||
url("{{ .RelPermalink }}"),
|
||||
local("Courier New");
|
||||
}
|
||||
{{ end }}
|
||||
@@ -29,7 +29,7 @@
|
||||
font-family: "monospace";
|
||||
font-weight: bold;
|
||||
src:
|
||||
url("{{ .Permalink }}"),
|
||||
url("{{ .RelPermalink }}"),
|
||||
local("Courier New");
|
||||
}
|
||||
{{ end }}
|
||||
@@ -40,7 +40,7 @@
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
src:
|
||||
url("{{ .Permalink }}"),
|
||||
url("{{ .RelPermalink }}"),
|
||||
local("Courier New");
|
||||
}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user