change fonts to Atkinson Hyperlegible and a custom-built variant of Iosevka
This commit is contained in:
		
							parent
							
								
									ca25f27b4b
								
							
						
					
					
						commit
						a3e5e8bd10
					
				
					 79 changed files with 24 additions and 19 deletions
				
			
		| 
						 | 
				
			
			@ -18,56 +18,57 @@
 | 
			
		|||
body {
 | 
			
		||||
    margin: 0;
 | 
			
		||||
    color: var(--color-text);
 | 
			
		||||
    line-height: 1.4;
 | 
			
		||||
    line-height: 1.5;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Fonts */
 | 
			
		||||
 | 
			
		||||
@font-face {
 | 
			
		||||
    font-family: "Fira Sans";
 | 
			
		||||
    font-family: "Atkinson Hyperlegible";
 | 
			
		||||
    src:
 | 
			
		||||
        local("Fira Sans Regular"),
 | 
			
		||||
        url("font/FiraSans-Regular.ttf");
 | 
			
		||||
        local("Atkinson Hyperlegible Regular"),
 | 
			
		||||
        url("font/AtkinsonHyperlegible-Regular.ttf");
 | 
			
		||||
    font-weight: 400;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@font-face {
 | 
			
		||||
    font-family: "Fira Sans";
 | 
			
		||||
    font-family: "Atkinson Hyperlegible";
 | 
			
		||||
    src:
 | 
			
		||||
        local("Fira Sans Italic"),
 | 
			
		||||
        url("font/FiraSans-Italic.ttf");
 | 
			
		||||
        local("Atkinson Hyperlegible Italic"),
 | 
			
		||||
        url("font/AtkinsonHyperlegible-Italic.ttf");
 | 
			
		||||
    font-weight: 400;
 | 
			
		||||
    font-style: italic;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@font-face {
 | 
			
		||||
    font-family: "Fira Sans";
 | 
			
		||||
    font-family: "Atkinson Hyperlegible";
 | 
			
		||||
    src:
 | 
			
		||||
        local("Fira Sans Bold"),
 | 
			
		||||
        url("font/FiraSans-Bold.ttf");
 | 
			
		||||
        local("Atkinson Hyperlegible Bold"),
 | 
			
		||||
        url("font/AtkinsonHyperlegible-Bold.ttf");
 | 
			
		||||
    font-weight: 700;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@font-face {
 | 
			
		||||
    font-family: "Fira Sans";
 | 
			
		||||
    font-family: "Atkinson Hyperlegible";
 | 
			
		||||
    src:
 | 
			
		||||
        local("Fira Sans Bold Italic"),
 | 
			
		||||
        url("font/FiraSans-BoldItalic.ttf");
 | 
			
		||||
        local("Atkinson Hyperlegible Bold Italic"),
 | 
			
		||||
        url("font/AtkinsonHyperlegible-BoldItalic.ttf");
 | 
			
		||||
    font-weight: 700;
 | 
			
		||||
    font-style: italic;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@font-face {
 | 
			
		||||
    font-family: "Fira Code";
 | 
			
		||||
    /* NOTE: This is my own variant of Iosevka that more or less follows the stylistic choices
 | 
			
		||||
       of Atkinson Hyperlegible. */
 | 
			
		||||
    font-family: "Iosevka Hyperlegible";
 | 
			
		||||
    src:
 | 
			
		||||
        local("Fira Code"),
 | 
			
		||||
        url("font/FiraCode-VariableFont_wght.ttf");
 | 
			
		||||
        local("Iosevka Hyperlegible"),
 | 
			
		||||
        url("font/IosevkaHyperlegible-Regular.woff2");
 | 
			
		||||
    font-weight: 400;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
:root {
 | 
			
		||||
    font-size: 87.5%;
 | 
			
		||||
    font-family: "Fira Sans", sans-serif;
 | 
			
		||||
    font-family: "Atkinson Hyperlegible", sans-serif;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
button, textarea, input {
 | 
			
		||||
| 
						 | 
				
			
			@ -76,7 +77,8 @@ button, textarea, input {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
pre, code, textarea {
 | 
			
		||||
    font-family: "Fira Code", monospace;    
 | 
			
		||||
    font-family: "Iosevka Hyperlegible", monospace;
 | 
			
		||||
    line-height: 1.5;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Buttons */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										
											BIN
										
									
								
								static/font/AtkinsonHyperlegible-Bold.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/AtkinsonHyperlegible-Bold.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/AtkinsonHyperlegible-BoldItalic.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/AtkinsonHyperlegible-BoldItalic.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/AtkinsonHyperlegible-Italic.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/AtkinsonHyperlegible-Italic.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/AtkinsonHyperlegible-Regular.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/AtkinsonHyperlegible-Regular.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-Bold.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-Bold.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-BoldItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-BoldItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-BoldOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-BoldOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-Extended.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-Extended.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedBold.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedBold.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedBoldItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedBoldItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedBoldOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedBoldOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedExtraBold.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedExtraBold.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedExtraBoldItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedExtraBoldItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedExtraBoldOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedExtraBoldOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedExtraLight.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedExtraLight.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedExtraLightItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedExtraLightItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedExtraLightOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedExtraLightOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedHeavy.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedHeavy.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedHeavyItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedHeavyItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedHeavyOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedHeavyOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedLight.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedLight.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedLightItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedLightItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedLightOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedLightOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedMedium.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedMedium.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedMediumItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedMediumItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedMediumOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedMediumOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedSemiBold.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedSemiBold.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedSemiBoldItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedSemiBoldItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedSemiBoldOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedSemiBoldOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedThin.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedThin.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedThinItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedThinItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedThinOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtendedThinOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtraBold.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtraBold.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtraBoldItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtraBoldItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtraBoldOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtraBoldOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtraLight.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtraLight.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtraLightItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtraLightItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtraLightOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ExtraLightOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-Heavy.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-Heavy.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-HeavyItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-HeavyItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-HeavyOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-HeavyOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-Italic.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-Italic.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-Light.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-Light.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-LightItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-LightItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-LightOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-LightOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-Medium.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-Medium.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-MediumItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-MediumItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-MediumOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-MediumOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-Oblique.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-Oblique.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-Regular.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-Regular.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-SemiBold.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-SemiBold.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-SemiBoldItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-SemiBoldItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-SemiBoldOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-SemiBoldOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-Thin.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-Thin.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ThinItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ThinItalic.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ThinOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/font/IosevkaHyperlegible-ThinOblique.woff2
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
						 | 
				
			
			@ -201,6 +201,7 @@ rkgk-connection-status {
 | 
			
		|||
    --border-radius: 4px;
 | 
			
		||||
    
 | 
			
		||||
    display: flex;
 | 
			
		||||
    align-items: center;
 | 
			
		||||
    box-sizing: border-box;
 | 
			
		||||
 | 
			
		||||
    width: fit-content;
 | 
			
		||||
| 
						 | 
				
			
			@ -214,6 +215,8 @@ rkgk-connection-status {
 | 
			
		|||
        padding: 4px 8px;
 | 
			
		||||
        text-decoration: none;
 | 
			
		||||
 | 
			
		||||
        line-height: 1;
 | 
			
		||||
 | 
			
		||||
        &:hover {
 | 
			
		||||
            background-color: var(--color-shaded-background);
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue