mirror of https://gitlab.com/bashrc2/epicyon
Add pixel font
parent
70eeb63cb7
commit
838819cf66
|
@ -19,6 +19,7 @@ Nimbus Sans L is GPL. See https://www.fontsquirrel.com/fonts/nimbus-sans-l
|
|||
Octavius is created by Jack Oatley and described as "100% free to use, though credit is appreciated" https://www.dafont.com/octavius.font
|
||||
Orbitron is under OFL and came from CCC Rc3 style guide https://styleguide.rc3.world
|
||||
RailModel is GPL. See https://www.fontspace.com/rail-model-font-f10741
|
||||
Rainyhearts in public domain. By Camellina tr.camellina@gmail.com
|
||||
Solidaric by Bob Mottram is under AGPL
|
||||
SubZER0 is under GPL. See http://www.free-fonts-download.com/Techno/subzer0-font
|
||||
SundownerRegular is public domain. See https://www.fontspace.com/sundowner-font-f40837
|
||||
|
|
Binary file not shown.
|
@ -2,6 +2,7 @@
|
|||
"timeline-border-radius": "0",
|
||||
"button-corner-radius": "0",
|
||||
"rendering": "crisp-edges",
|
||||
"dropdown-bg-color": "#7152a3",
|
||||
"button-background": "#5152a3",
|
||||
"button-background-hover": "#7152a3",
|
||||
"button-small-background": "darkblue",
|
||||
|
@ -17,6 +18,7 @@
|
|||
"main-visited-color": "#333",
|
||||
"main-link-color-hover": "purple",
|
||||
"main-bg-color": "#9ba0d4",
|
||||
"timeline-posts-background-color": "#9ba0d4",
|
||||
"header-bg-color": "#9ba0d4",
|
||||
"link-bg-color": "#9ba0d4",
|
||||
"calendar-bg-color": "#9ba0d4",
|
||||
|
@ -40,7 +42,7 @@
|
|||
"banner-height": "20vh",
|
||||
"banner-height-mobile": "10vh",
|
||||
"search-banner-height-mobile": "15vh",
|
||||
"header-font": "'ElectrumADFExp-Regular'",
|
||||
"*font-family": "'ElectrumADFExp-Regular'",
|
||||
"*src": "url('./fonts/ElectrumADFExp-Regular.otf') format('opentype')"
|
||||
}
|
||||
"header-font": "'rainyhearts'",
|
||||
"*font-family": "'rainyhearts'",
|
||||
"*src": "url('./fonts/rainyhearts.ttf') format('truetype')"
|
||||
}}
|
||||
|
|
Loading…
Reference in New Issue