Compare commits
2 Commits
b2dd3b075c
...
31277ed144
| Author | SHA1 | Date | |
|---|---|---|---|
|
31277ed144
|
|||
|
a347aedd0f
|
10
fonts/readme.txt
Normal file
10
fonts/readme.txt
Normal 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");
|
||||||
@@ -2,12 +2,12 @@
|
|||||||
font-family: 'Source Code Pro';
|
font-family: 'Source Code Pro';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
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-face {
|
||||||
font-family: 'Source Code Pro';
|
font-family: 'Source Code Pro';
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: 400;
|
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');
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
font-family: 'Source Sans Pro';
|
font-family: 'Source Sans Pro';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
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');
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
font-family: 'Source Serif Pro';
|
font-family: 'Source Serif Pro';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
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');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user