back to fira mono
This commit is contained in:
parent
fa6c331931
commit
802a02de67
@ -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 {
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 318 KiB |
Binary file not shown.
Binary file not shown.
BIN
themes/nemo/static/fonts/FiraMono-Regular.eot
Normal file
BIN
themes/nemo/static/fonts/FiraMono-Regular.eot
Normal file
Binary file not shown.
BIN
themes/nemo/static/fonts/FiraMono-Regular.otf
Normal file
BIN
themes/nemo/static/fonts/FiraMono-Regular.otf
Normal file
Binary file not shown.
BIN
themes/nemo/static/fonts/FiraMono-Regular.ttf
Normal file
BIN
themes/nemo/static/fonts/FiraMono-Regular.ttf
Normal file
Binary file not shown.
BIN
themes/nemo/static/fonts/FiraMono-Regular.woff
Normal file
BIN
themes/nemo/static/fonts/FiraMono-Regular.woff
Normal file
Binary file not shown.
BIN
themes/nemo/static/fonts/FiraMono-Regular.woff2
Normal file
BIN
themes/nemo/static/fonts/FiraMono-Regular.woff2
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user