back to fira mono

This commit is contained in:
Marvin Steadfast 2018-12-11 07:19:42 +01:00
parent fa6c331931
commit 802a02de67
10 changed files with 10 additions and 2657 deletions

View File

@ -1,11 +1,10 @@
@font-face {
font-family: 'Fantasque Sans Mono';
src: url('/theme/fonts/FantasqueSansMono-Regular.eot'); /* IE 9 Compatibility Mode */
src: url('/theme/fonts/FantasqueSansMono-Regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
url('/theme/fonts/FantasqueSansMono-Regular.woff2') format('woff2'),
url('/theme/fonts/FantasqueSansMono-Regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
url('/theme/fonts/FantasqueSansMono-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('/theme/fonts/FantasqueSansMono-Regular.svg#FantasqueSansMono-Regular') format('svg'); /* Chrome < 4, Legacy iOS */
@font-face{
font-family: 'Fira Mono';
src: url('/theme/fonts/FiraMono-Regular.eot');
src: url('/theme/fonts/FiraMono-Regular.eot') format('embedded-opentype'),
url('/theme/fonts/FiraMono-Regular.woff2') format('woff2'),
url('/theme/fonts/FiraMono-Regular.woff') format('woff'),
url('/theme/fonts/FiraMono-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@ -13,7 +12,7 @@
body {
background: #ffffff;
height: 100%;
font-family: Fantasque Sans Mono, monospace;
font-family: Fira Mono, monospace;
font-style: normal;
font-size: 2.0em;
}
@ -80,12 +79,12 @@ figcaption {
}
#tipue_search_input {
font-family: Fantasque Sans Mono, monospace;
font-family: Fira Mono, monospace;
padding: 0px;
}
#tipue_search_results_count, .tipue_search_content_title a, .tipue_search_content_url a, .tipue_search_content_text, #tipue_search_warning {
font-family: Fantasque Sans Mono, monospace;
font-family: Fira Mono, monospace;
}
.tipue_search_content_title a, .tipue_search_content_url a {

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.