Theme update
This commit is contained in:
parent
b039937556
commit
40ff66f7fd
@ -6,14 +6,14 @@
|
||||
font-family: 'Lexend';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
src: url('./essays/assets/css/fonts/Lexend-Regular.ttf')
|
||||
src: url('/essays/assets/css/fonts/Lexend-Regular.ttf')
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lexend';
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
src: url('./essays/assets/css/fonts/Lexend-Bold.ttf')
|
||||
src: url('/essays/assets/css/fonts/Lexend-Bold.ttf')
|
||||
}
|
||||
|
||||
#a-title > h1:nth-child(1) {
|
||||
@ -43,8 +43,7 @@ body{
|
||||
margin:1em auto;
|
||||
max-width:40em;
|
||||
padding:0 .62em;
|
||||
font-family: 'Lexend';
|
||||
font:1.2em/1.62 serif;
|
||||
font:1.2em/1.62 'Lexend', serif;
|
||||
}
|
||||
h1,h2,h3 {
|
||||
line-height:1.2;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user