mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 01:22:21 +02:00
Adding "Places" application since the Explore app is supporting only a single MS and only Vircadia.
48 lines
1 KiB
CSS
48 lines
1 KiB
CSS
@font-face {
|
|
font-family: 'Roboto'
|
|
src: url('fonts/Roboto-Regular.ttf') format('truetype')
|
|
font-weight: normal
|
|
font-style: normal
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto'
|
|
src: url('fonts/Roboto-Bold.ttf') format('truetype')
|
|
font-weight: bold
|
|
font-style: normal
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
src: url('fonts/Roboto-Italic.ttf');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
src: url('fonts/Roboto-BoldItalic.ttf');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
src: url('fonts/Roboto-Medium.ttf');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
src: url('fonts/Roboto-MediumItalic.ttf');
|
|
font-weight: 500;
|
|
font-style: italic;
|
|
}
|
|
|
|
/* Roboto-Regular.ttf 400 */
|
|
/* Roboto-Bold.ttf 700 */
|
|
/* Roboto-Italic.ttf 400 */
|
|
/* Roboto-BoldItalic.ttf 700 */
|
|
/* Roboto-Medium.ttf 500 */
|
|
/* Roboto-MediumItalic.ttf 500 */
|