mirror of
https://github.com/Lissy93/dashy.git
synced 2026-03-18 02:32:13 +01:00
44 lines
1 KiB
CSS
44 lines
1 KiB
CSS
/* Optional fonts for specific themes, served statically from public/ */
|
|
|
|
@font-face {
|
|
font-family: 'Cutive Mono';
|
|
src: url('/fonts/CutiveMono-Regular.ttf');
|
|
}
|
|
@font-face {
|
|
font-family: 'Francois One';
|
|
src: url('/fonts/FrancoisOne-Regular.ttf');
|
|
}
|
|
@font-face {
|
|
font-family: 'Podkova';
|
|
src: url('/fonts/Podkova-Medium.ttf');
|
|
}
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
src: url('/fonts/Roboto-Light.ttf');
|
|
}
|
|
@font-face {
|
|
font-family: 'Sniglet';
|
|
src: url('/fonts/Sniglet-Regular.ttf');
|
|
}
|
|
@font-face {
|
|
font-family: 'VT323';
|
|
src: url('/fonts/VT323-Regular.ttf');
|
|
}
|
|
@font-face {
|
|
font-family: 'Audiowide';
|
|
src: url('/fonts/Audiowide-Regular.ttf');
|
|
}
|
|
@font-face {
|
|
font-family: 'Shrikhand';
|
|
src: url('/fonts/Shrikhand-Regular.ttf');
|
|
}
|
|
@font-face {
|
|
font-family: 'Digital';
|
|
src: url('/fonts/Digital-Regular.ttf');
|
|
}
|
|
@font-face {
|
|
font-family: 'OpenWeatherIcons';
|
|
src: url('/widget-resources/WeatherIcons.woff2');
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
}
|