:'( Moving from JetBrains to Courier New for speed and compatibility

main
TitanElectrons 1 year ago
parent 08f59a9550
commit 76d0edb864

Binary file not shown.

Binary file not shown.

@ -1,5 +1,5 @@
b,ol,p,ul,figcaption{ b,ol,p,ul,figcaption{
font-family:jetbrains font-family:'Courier New', Courier, monospace
} }
body,h1{ body,h1{
color:#f8f8f2 color:#f8f8f2
@ -83,18 +83,6 @@ svg.titles {
.responsive,div.desc,footer{ .responsive,div.desc,footer{
text-align:center text-align:center
} }
@font-face{
font-family:jetbrains;
font-weight:400;
font-display:swap;
src:url("fonts/woff2/jetbrains-light-woff2.woff2") format('woff2'),url(fonts/woff/jetbrains-light-woff.woff) format('woff')
}
@font-face{
font-family:jetbrains;
font-weight:700;
font-display: swap;
src:url("fonts/woff2/jetbrains-bold-woff2.woff2") format('woff2'), url(fonts/woff/jetbrains-bold-woff.woff)
}
body{ body{
background:#282b35 background:#282b35
} }
@ -113,7 +101,7 @@ ol,ul{
} }
code,h1,h2,h3{ code,h1,h2,h3{
font-weight:700; font-weight:700;
font-family:jetbrains font-family:'Courier New', Courier, monospace
} }
hr{ hr{
width:87%; width:87%;
@ -144,11 +132,11 @@ i{
margin-right:10px margin-right:10px
} }
.posts{ .posts{
font-family:jetbrains; font-family:'Courier New', Courier, monospace;
list-style-type:none list-style-type:none
} }
.code-posts{ .code-posts{
font-family:jetbrains; font-family:'Courier New', Courier, monospace;
color:#6272a4; color:#6272a4;
font-size:80% font-size:80%
} }
@ -163,7 +151,7 @@ i{
height:7.5% height:7.5%
} }
.footer-text{ .footer-text{
font-family:jetbrains font-family:'Courier New', Courier, monospace
} }
.nested-list{ .nested-list{
margin-left:-2vw; margin-left:-2vw;
@ -192,7 +180,7 @@ div.desc{
margin-bottom:4vw margin-bottom:4vw
} }
.responsive{ .responsive{
font-family:jetbrains; font-family:'Courier New', Courier, monospace;
padding:0 6px; padding:0 6px;
margin:auto; margin:auto;
display:block; display:block;

Loading…
Cancel
Save