mirror of
https://github.com/dessalines/essays.git
synced 2026-03-11 09:04:37 +00:00
Theme update
This commit is contained in:
parent
09e2831adb
commit
8b43652150
1 changed files with 2 additions and 2 deletions
|
|
@ -6,14 +6,14 @@
|
|||
font-family: 'Lexend';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
src: url('./css/fonts/Lexend-Regular.ttf')
|
||||
src: url('/css/fonts/Lexend-Regular.ttf')
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lexend';
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
src: url('./css/fonts/Lexend-Bold.ttf')
|
||||
src: url('/css/fonts/Lexend-Bold.ttf')
|
||||
}
|
||||
|
||||
#a-title > h1:nth-child(1) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue