mirror of
https://github.com/mmvanheusden/SteamDepotDownloaderGUI.git
synced 2026-02-04 05:31:19 +01:00
13 lines
345 B
CSS
13 lines
345 B
CSS
@font-face {
|
|
font-family: 'Hubot Sans';
|
|
src:
|
|
url('Hubot-Sans.woff2') format('woff2 supports variations'),
|
|
url('Hubot-Sans.woff2') format('woff2-variations');
|
|
font-weight: 770;
|
|
font-stretch: expanded;
|
|
}
|
|
.f1-light {
|
|
font-family: 'Hubot Sans', sans-serif;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
} |