mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +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
|
||||
*/
|
||||
|
||||
html body {
|
||||
font-family: "Georgia", "Times";
|
||||
@font-face {
|
||||
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…
Reference in New Issue
Block a user