mirror of
https://github.com/apankrat/nullboard.git
synced 2025-07-31 10:20:25 +02:00
rm SourceSans
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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>
|
||||
|
Reference in New Issue
Block a user