mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 13:21:33 +08:00
use MontserratLight also for setup
This commit is contained in:
parent
b2148f4a18
commit
9e1c9782ff
2 changed files with 9 additions and 0 deletions
BIN
db/demo.zip
BIN
db/demo.zip
Binary file not shown.
|
|
@ -6,6 +6,15 @@
|
||||||
<title>Setup</title>
|
<title>Setup</title>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
@font-face {
|
||||||
|
font-family: MontserratLight;
|
||||||
|
src: url(../fonts/Montserrat-Light.ttf);
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: MontserratLight;
|
||||||
|
}
|
||||||
|
|
||||||
.lds-ring {
|
.lds-ring {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue