Add pixel font

merge-requests/30/head
Bob Mottram 2021-02-18 15:04:13 +00:00
parent 70eeb63cb7
commit 838819cf66
3 changed files with 7 additions and 4 deletions

View File

@ -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 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 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 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 Solidaric by Bob Mottram is under AGPL
SubZER0 is under GPL. See http://www.free-fonts-download.com/Techno/subzer0-font 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 SundownerRegular is public domain. See https://www.fontspace.com/sundowner-font-f40837

Binary file not shown.

View File

@ -2,6 +2,7 @@
"timeline-border-radius": "0", "timeline-border-radius": "0",
"button-corner-radius": "0", "button-corner-radius": "0",
"rendering": "crisp-edges", "rendering": "crisp-edges",
"dropdown-bg-color": "#7152a3",
"button-background": "#5152a3", "button-background": "#5152a3",
"button-background-hover": "#7152a3", "button-background-hover": "#7152a3",
"button-small-background": "darkblue", "button-small-background": "darkblue",
@ -17,6 +18,7 @@
"main-visited-color": "#333", "main-visited-color": "#333",
"main-link-color-hover": "purple", "main-link-color-hover": "purple",
"main-bg-color": "#9ba0d4", "main-bg-color": "#9ba0d4",
"timeline-posts-background-color": "#9ba0d4",
"header-bg-color": "#9ba0d4", "header-bg-color": "#9ba0d4",
"link-bg-color": "#9ba0d4", "link-bg-color": "#9ba0d4",
"calendar-bg-color": "#9ba0d4", "calendar-bg-color": "#9ba0d4",
@ -40,7 +42,7 @@
"banner-height": "20vh", "banner-height": "20vh",
"banner-height-mobile": "10vh", "banner-height-mobile": "10vh",
"search-banner-height-mobile": "15vh", "search-banner-height-mobile": "15vh",
"header-font": "'ElectrumADFExp-Regular'", "header-font": "'rainyhearts'",
"*font-family": "'ElectrumADFExp-Regular'", "*font-family": "'rainyhearts'",
"*src": "url('./fonts/ElectrumADFExp-Regular.otf') format('opentype')" "*src": "url('./fonts/rainyhearts.ttf') format('truetype')"
} }}