comparison sat_templates/default/static/fonts.css @ 147:33c7ce833d3f

install: setup.py fix + moved "default" dir in a "sat_templates" dir: the merge request at https://bugs.goffi.org/mr/view/3 was a good basis, but not fully working ("default" dir was removed), this patch fixes it, and do some improvments: - moved "default" in "sat_templates" dir, which correspond to the python module, so it can be found easily from python - added VERSION, and mercurial hash detection, in the same way as for Cagou and backend - slight modification of classifiers - replaces tabs coming from MR by spaces
author Goffi <goffi@goffi.org>
date Sat, 02 Jun 2018 17:25:43 +0200
parents default/static/fonts.css@b97f050aaee2
children
comparison
equal deleted inserted replaced
146:7dc00829c32f 147:33c7ce833d3f
1 /* generated from https://google-webfonts-helper.herokuapp.com */
2
3 /* *** sat_base_font *** */
4
5 /* sat_base_font-regular - latin-ext_latin */
6 @font-face {
7 font-family: 'sat-base-font';
8 font-style: normal;
9 font-weight: 400;
10 src: local('sat-base-font'), local('sat-base-font-Regular'),
11 url('fonts/sat_base_font/sat_base_font-v7-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
12 url('fonts/sat_base_font/sat_base_font-v7-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
13 }
14
15 /* sat_base_font-italic - latin-ext_latin */
16 @font-face {
17 font-family: 'sat-base-font';
18 font-style: italic;
19 font-weight: 400;
20 src: local('sat-base-font Italic'), local('sat-base-font-Italic'),
21 url('fonts/sat_base_font/sat_base_font-v7-latin-ext_latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
22 url('fonts/sat_base_font/sat_base_font-v7-latin-ext_latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
23 }
24
25 /* sat_base_font-700 - latin-ext_latin */
26 @font-face {
27 font-family: 'sat-base-font';
28 font-style: normal;
29 font-weight: 700;
30 src: local('sat-base-font Bold'), local('sat-base-font-Bold'),
31 url('fonts/sat_base_font/sat_base_font-v7-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
32 url('fonts/sat_base_font/sat_base_font-v7-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
33 }
34
35 /* sat_base_font-900 - latin-ext_latin */
36 @font-face {
37 font-family: 'sat-base-font';
38 font-style: normal;
39 font-weight: 900;
40 src: local('sat-base-font Black'), local('sat-base-font-Black'),
41 url('fonts/sat_base_font/sat_base_font-v7-latin-ext_latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
42 url('fonts/sat_base_font/sat_base_font-v7-latin-ext_latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
43 }
44
45 /* sat_base_font-700italic - latin-ext_latin */
46 @font-face {
47 font-family: 'sat-base-font';
48 font-style: italic;
49 font-weight: 700;
50 src: local('sat-base-font Bold Italic'), local('sat-base-font-BoldItalic'),
51 url('fonts/sat_base_font/sat_base_font-v7-latin-ext_latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
52 url('fonts/sat_base_font/sat_base_font-v7-latin-ext_latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
53 }
54
55 /* sat_base_font-900italic - latin-ext_latin */
56 @font-face {
57 font-family: 'sat-base-font';
58 font-style: italic;
59 font-weight: 900;
60 src: local('sat-base-font Black Italic'), local('sat-base-font-BlackItalic'),
61 url('fonts/sat_base_font/sat_base_font-v7-latin-ext_latin-900italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
62 url('fonts/sat_base_font/sat_base_font-v7-latin-ext_latin-900italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
63 }