annotate printable_cards/xhtml/cmc/stylesheet.css @ 171:a213053a03be

flatpak: update files following names change + Python 3 update: - `build_manifest.py` has been fixed to work with recent SàT/Libervia - filenames/scripts have been udpated to reflect project name change - installation now uses `requirements.txt` when dev version is requested - there are now 3 types of commands wrapper: * `libervia_wrapper.py` uses `pb` bridge, starts backend before frontend, and stops it when frontend is stopped. It's used by `Libervia Desktop` (Cagou) * `libervia_wrapper-dbus.py` uses `dbus` bridge, starts backend before frontend, and stops it when frontend is stopped. It's used for `Libervia TUI` (Primitivus) * `libervia_wrapper-dbus.py` uses `dbus` bridge, starts backend if necessary and doesn't stop it (to avoid waiting for backend start next time). It's used by `Libervia CLI` (jp).
author Goffi <goffi@goffi.org>
date Tue, 30 Nov 2021 21:42:06 +0100
parents dfc5c6be7761
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
1 /* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 7, 2011 */
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
2
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
3
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
4
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
5 @font-face {
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
6 font-family: 'CMUConcreteItalic';
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
7 src: url('cmunoti-webfont.eot');
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
8 src: url('cmunoti-webfont.eot?iefix') format('eot'),
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
9 url('cmunoti-webfont.woff') format('woff'),
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
10 url('cmunoti-webfont.ttf') format('truetype'),
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
11 url('cmunoti-webfont.svg#webfontmng8Dr3M') format('svg');
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
12 font-weight: normal;
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
13 font-style: normal;
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
14
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
15 }
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
16
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
17 @font-face {
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
18 font-family: 'CMUConcreteBoldItalic';
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
19 src: url('cmunobi-webfont.eot');
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
20 src: url('cmunobi-webfont.eot?iefix') format('eot'),
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
21 url('cmunobi-webfont.woff') format('woff'),
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
22 url('cmunobi-webfont.ttf') format('truetype'),
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
23 url('cmunobi-webfont.svg#webfontkgO2TJfz') format('svg');
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
24 font-weight: normal;
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
25 font-style: normal;
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
26
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
27 }
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
28
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
29 @font-face {
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
30 font-family: 'CMUConcreteBold';
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
31 src: url('cmunobx-webfont.eot');
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
32 src: url('cmunobx-webfont.eot?iefix') format('eot'),
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
33 url('cmunobx-webfont.woff') format('woff'),
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
34 url('cmunobx-webfont.ttf') format('truetype'),
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
35 url('cmunobx-webfont.svg#webfontUy6UKuoY') format('svg');
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
36 font-weight: normal;
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
37 font-style: normal;
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
38
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
39 }
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
40
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
41 @font-face {
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
42 font-family: 'CMUConcreteRoman';
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
43 src: url('cmunorm-webfont.eot');
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
44 src: url('cmunorm-webfont.eot?iefix') format('eot'),
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
45 url('cmunorm-webfont.woff') format('woff'),
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
46 url('cmunorm-webfont.ttf') format('truetype'),
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
47 url('cmunorm-webfont.svg#webfontcz7EYQja') format('svg');
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
48 font-weight: normal;
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
49 font-style: normal;
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
50
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
51 }
dfc5c6be7761 add xhtml template for printing "business" (visiting) cards:
souliane <souliane@mailoo.org>
parents:
diff changeset
52