mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 22:33:50 +00:00
Add a Google custom font to the starlight theme
For demonstration purposes
This commit is contained in:
parent
408fcd8aa3
commit
2355517649
BIN
themes/tiddlywiki/starlight/arvo.woff
Normal file
BIN
themes/tiddlywiki/starlight/arvo.woff
Normal file
Binary file not shown.
2
themes/tiddlywiki/starlight/arvo.woff.meta
Normal file
2
themes/tiddlywiki/starlight/arvo.woff.meta
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
title: $:/themes/tiddlywiki/starlight/arvo.woff
|
||||||
|
type: application/font-woff
|
@ -30,6 +30,13 @@ background-image: -ms-linear-gradient($gradient$);
|
|||||||
Placeholder for a more thorough refinement of Snow White
|
Placeholder for a more thorough refinement of Snow White
|
||||||
*/
|
*/
|
||||||
|
|
||||||
html body {
|
@font-face {
|
||||||
font-family: "Georgia", "Times";
|
font-family: "Arvo";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: local("Arvo"), url({{$:/themes/tiddlywiki/starlight/arvo.woff}}) format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
html body {
|
||||||
|
font-family: "Arvo", "Times";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user