Initial commit: Add telonma homepage

This commit is contained in:
2024-12-19 13:52:17 +01:00
commit eabd1921ab
222 changed files with 27012 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
@font-face{
font-family:"Source Sans Pro";
font-style:normal;
font-weight:300;
font-display:auto;
src:url(../webfonts/SourceSansPro-Light.ttf);
}
@font-face{
font-family:"Source Sans Pro";
font-style:italic;
font-weight:300;
font-display:auto;
src:url(../webfonts/SourceSansPro-LightItalic.ttf);
}
@font-face{
font-family:"Source Sans Pro";
font-style:normal;
font-weight:600;
font-display:auto;
src:url(../webfonts/SourceSansPro-SemiBold.ttf);
}
@font-face{
font-family:"Source Sans Pro";
font-style:italic;
font-weight:600;
font-display:auto;
src:url(../webfonts/SourceSansPro-SemiBoldItalic.ttf);
}

File diff suppressed because one or more lines are too long