Compare commits

...

2 Commits

Author SHA1 Message Date
31277ed144
add missing quotations 2023-02-11 20:14:12 +00:00
a347aedd0f
add readme.txt 2023-02-11 20:10:33 +00:00
4 changed files with 14 additions and 4 deletions

10
fonts/readme.txt Normal file
View File

@ -0,0 +1,10 @@
styles.alv.cx/fonts
===================
alvficially approved fonts and pairings
font pairings set body, header, and code font-families and can be found in the folder /fonts/pairings
fonts can be loaded with
@import url("https://styles.alv.cx/fonts/<family.css");

View File

@ -2,12 +2,12 @@
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 400;
src: url(./fonts/Source_Code_Pro/SourceCodePro-VariableFont_wght.ttf) format('ttf');
src: url('/fonts/Source_Code_Pro/SourceCodePro-VariableFont_wght.ttf') format('ttf');
}
@font-face {
font-family: 'Source Code Pro';
font-style: italic;
font-weight: 400;
src: url(./fonts/Source_Code_Pro/SourceCodePro-Italic-VariableFont_wght.ttf) format('ttf');
src: url('/fonts/Source_Code_Pro/SourceCodePro-Italic-VariableFont_wght.ttf') format('ttf');
}

View File

@ -2,5 +2,5 @@
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: url(/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf) format('ttf');
src: url('/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf') format('ttf');
}

View File

@ -2,5 +2,5 @@
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 400;
src: url(/fonts/Source_Serif_Pro/SourceSerifPro-Regular.ttf) format('ttf');
src: url('/fonts/Source_Serif_Pro/SourceSerifPro-Regular.ttf') format('ttf');
}