mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 01:28:08 -04:00
11 lines
No EOL
205 B
CSS
11 lines
No EOL
205 B
CSS
@font-face {
|
|
font-family: 'OpenSans';
|
|
font-weight: normal;
|
|
src: url(../fonts/OpenSans-Regular.ttf);
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'OpenSans';
|
|
font-weight: bold;
|
|
src: url(../fonts/OpenSans-Bold.ttf);
|
|
} |