37C3 font

merge-requests/30/head
Bob Mottram 2023-12-01 16:31:05 +00:00
parent 3e0d9e3381
commit ec5fad70c7
6 changed files with 567 additions and 283 deletions

View File

@ -18,6 +18,7 @@ LinBiolinum is under GPLv2. See https://www.1001fonts.com/linux-biolinum-font.ht
LcdSolid is public domain. See https://www.fontspace.com/lcd-solid-font-f11346 LcdSolid is public domain. See https://www.fontspace.com/lcd-solid-font-f11346
MarginaliaRegular is public domain. See https://www.fontspace.com/marginalia-font-f32466 MarginaliaRegular is public domain. See https://www.fontspace.com/marginalia-font-f32466
Minitel is GPL. See https://www.dafont.com/minitel.font Minitel is GPL. See https://www.dafont.com/minitel.font
MonaSans is under OFL v1.1. See https://github.com/github/mona-sans
Montserrat is under OFL and came from CCC Rc3 style guide https://styleguide.rc3.world Montserrat is under OFL and came from CCC Rc3 style guide https://styleguide.rc3.world
Nimbus Sans L is GPL. See https://www.fontsquirrel.com/fonts/nimbus-sans-l 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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 79 KiB

View File

@ -12,8 +12,8 @@
"post-separator-margin-bottom": "10px", "post-separator-margin-bottom": "10px",
"calendar-header-font-style": "normal", "calendar-header-font-style": "normal",
"italic-font-style": "normal", "italic-font-style": "normal",
"calendar-header-font": "'Orbitron'", "calendar-header-font": "'MonaSans-Regular'",
"header-font": "'Orbitron'", "header-font": "'MonaSans-Regular'",
"search-banner-height": "50vh", "search-banner-height": "50vh",
"button-approve": "#160afe", "button-approve": "#160afe",
"button-deny": "#fd294f", "button-deny": "#fd294f",
@ -104,10 +104,10 @@
"event-background-private": "darkpurple", "event-background-private": "darkpurple",
"quote-right-margin": "0", "quote-right-margin": "0",
"line-spacing": "180%", "line-spacing": "180%",
"*font-family": "'Montserrat-Regular'", "*font-family": "'MonaSans-Regular'",
"*src": "url('./fonts/Montserrat-Regular.ttf') format('truetype')", "*src": "url('./fonts/MonaSans-Regular.woff2') format('woff2')",
"**font-family": "'Orbitron'", "**font-family": "'MonaSans-Italic'",
"**src": "url('./fonts/Orbitron.ttf') format('truetype')", "**src": "url('./fonts/MonaSans-Italic.woff2') format('woff2')",
"reply-icon-direction": "-1", "reply-icon-direction": "-1",
"search-banner-height-mobile": "15vh", "search-banner-height-mobile": "15vh",
"likes-names-margin": "2%", "likes-names-margin": "2%",

File diff suppressed because one or more lines are too long