kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Add a Google custom font to the starlight theme
For demonstration purposesprint-window-tiddler
rodzic
408fcd8aa3
commit
2355517649
Plik binarny nie jest wyświetlany.
|
@ -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";
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue