This commit is contained in:
ayham 2021-12-27 19:16:11 +03:00
parent c157eb531b
commit 0131b12652
Signed by: ayham
GPG Key ID: EAB7F5A9DF503678
3 changed files with 6 additions and 6 deletions

View File

@ -12,10 +12,10 @@
--bg: rgba(0,0,0,0.4) ;
--altbg: rgba(0,0,0,0.4) ;
}
@font-face { font-family: code; src: url('font.woff'); font-display: swap; }
@font-face { font-family: courier; src: url('font.woff'); font-display: swap; }
body {
font-family: code;
font-family: courier;
background: linear-gradient(#000040, #000000) fixed ;
margin-bottom: 100px;
}

View File

@ -12,10 +12,10 @@
--bg: rgba(0,0,0,0.4) ;
--altbg: rgba(0,0,0,0.4) ;
}
@font-face { font-family: code; src: url('font.woff'); font-display: swap; }
@font-face { font-family: courier; src: url('font.woff'); font-display: swap; }
body {
font-family: code;
font-family: courier;
background: linear-gradient(#000040, #000000) fixed ;
margin-bottom: 100px;
}

View File

@ -12,10 +12,10 @@
--bg: rgba(0,0,0,0.4) ;
--altbg: rgba(0,0,0,0.4) ;
}
@font-face { font-family: code; src: url('font.woff'); font-display: swap; }
@font-face { font-family: courier; src: url('font.woff'); font-display: swap; }
body {
font-family: code;
font-family: courier;
background: linear-gradient(#000040, #000000) fixed ;
margin-bottom: 100px;
}