Welcome to mirror list, hosted at ThFree Co, Russian Federation.

stylesheet.css « DroidSansMono « css - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c758c2c77d3cf4f176eb61b5e212303131e35d30 (plain)
1
2
3
4
5
6
7
8
9
10
11
@font-face {
    font-family: 'Droid Sans Mono';
    src: url('DroidSansMono-webfont.eot');
    src: url('DroidSansMono-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSansMono-webfont.woff') format('woff'),
         url('DroidSansMono-webfont.ttf') format('truetype'),
         url('DroidSansMono-webfont.svg#DroidSansMonoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}