Check-in [bbae73269d]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:add font-display auto
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: bbae73269d39ff1e0c9be7499460c693614e5e0a
User & Date: bernd 2019-06-24 11:23:00.091
Context
2019-06-27
12:21
per-chat flags for OTR and similar check-in: 1b953040cb user: bernd tags: trunk
2019-06-24
11:23
add font-display auto check-in: bbae73269d user: bernd tags: trunk
2019-06-21
20:33
GUI changes to reflect new chat data types check-in: a1fda02aed user: bernd tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to doc/net2o.css.
1
2

3
4
5
6
7
8
9
/* General settings for the entire page */
@font-face { font-family: 'Imprima';

             src: url('/net2o/doc/trunk/doc/fonts/Imprima-Regular.woff'),
                  url('/net2o/doc/trunk/doc/fonts/Imprima-Regular.ttf') }
html {
  min-height: 100%;
}
body {
  margin: 0ex 1ex;


>







1
2
3
4
5
6
7
8
9
10
/* General settings for the entire page */
@font-face { font-family: 'Imprima';
	     font-display: auto;
             src: url('/net2o/doc/trunk/doc/fonts/Imprima-Regular.woff'),
                  url('/net2o/doc/trunk/doc/fonts/Imprima-Regular.ttf') }
html {
  min-height: 100%;
}
body {
  margin: 0ex 1ex;