rm SourceSans

This commit is contained in:
Alex Pankratov
2021-04-07 00:00:21 +02:00
parent 8441ea0a69
commit 19137f11be
3 changed files with 0 additions and 24 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -79,21 +79,6 @@
src: url('extras/IBMPlexSans-Medium.woff') format('woff');
}
/***/
@font-face {
font-family: 'f-source-sans';
font-weight: 400;
font-style: normal;
src: url('extras/SourceSans3-Regular.woff') format('woff');
}
@font-face {
font-family: 'f-source-sans';
font-weight: 500;
font-style: normal;
src: url('extras/SourceSans3-SemiBold.woff') format('woff');
}
/***/
@font-face {
font-family: 'f-open-sans';
@@ -181,14 +166,6 @@
--lw: calc(20 * var(--fs) + 50); /* .list width */
}
/***/
html.f-source-sans {
--ff: f-source-sans, sans-serif;
--fs: 12;
--fs-head: 13;
--lw: calc(20 * var(--fs) + 25); /* .list width */
}
/***/
html.f-segoe-ui {
--ff: f-segoe-ui, sans-serif;
@@ -1321,7 +1298,6 @@
<div class=details>
<a href="#" class="switch-font active break" font="barlow">Use Barlow</a>
<a href="#" class="switch-font" font="ibm-plex">Use IBM Plex Sans</a>
<a href="#" class="switch-font" font="source-sans">Use Source Sans</a>
<a href="#" class="switch-font" font="open-sans">Use Open Sans</a>
<a href="#" class="switch-font" font="segoe-ui">Use Segoe UI</a>
<a href="#" class="switch-font" font="maven-pro">Use Maven Pro</a>