forked from Botanical/BotanJS
use bettor reading-font
This commit is contained in:
parent
22c0e5782e
commit
0cdd62d81f
@ -20,6 +20,7 @@
|
|||||||
.spoiler .title:before {
|
.spoiler .title:before {
|
||||||
padding-right: 0.5em;
|
padding-right: 0.5em;
|
||||||
content: "\25BC";
|
content: "\25BC";
|
||||||
|
font-size: 0.75em;
|
||||||
}
|
}
|
||||||
.spoiler .title[clicked]:before {
|
.spoiler .title[clicked]:before {
|
||||||
content: "\25B2";
|
content: "\25B2";
|
||||||
@ -29,5 +30,6 @@
|
|||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
|
background-color: rgba( 0, 0, 0, 0.02 );
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
/*{{{ Global Font Settings */
|
/*{{{ Global Font Settings */
|
||||||
@font-face{
|
@font-face{
|
||||||
font-family: custom-sans;
|
font-family: custom-sans;
|
||||||
src: local("Quicksand Regular"),
|
src: local("GIRegular"),
|
||||||
local("Quicksand-Regular"),
|
url("http://file.astropenguin.net/blog/fonts/GI-Regular.woff") format("woff"),
|
||||||
url("http://file.astropenguin.net/blog/fonts/Quicksand-Regular/Quicksand-Regular.woff") format("woff"),
|
|
||||||
url("http://file.astropenguin.net/blog/fonts/Quicksand-Regular/Quicksand-Regular.svg") format("svg"),
|
|
||||||
local("Helvetica-Light"),
|
local("Helvetica-Light"),
|
||||||
local("Avenir"),
|
local("Avenir"),
|
||||||
local("Verdana"),
|
local("Verdana"),
|
||||||
|
Loading…
Reference in New Issue
Block a user