1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-22 05:13:15 +00:00

Add a Google custom font to the starlight theme

For demonstration purposes
This commit is contained in:
Jeremy Ruston 2013-05-01 13:05:55 +01:00
parent 408fcd8aa3
commit 2355517649
3 changed files with 11 additions and 2 deletions

Binary file not shown.

View File

@ -0,0 +1,2 @@
title: $:/themes/tiddlywiki/starlight/arvo.woff
type: application/font-woff

View File

@ -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";
}