misc: set Roboto as main font (#19128)

This commit is contained in:
Serghei Mihai 2017-10-02 12:19:45 +02:00
parent ab764a1e10
commit ceda812dfe
5 changed files with 7 additions and 3 deletions

View File

@ -6,6 +6,7 @@ prefix = /usr
all: css
css:
touch publik-base-theme/static/includes/_data_uris.scss
cd static/grandlyon-cut/ && sass style.scss:style.css
rm -rf static/*/.sass-cache/

2
debian/control vendored
View File

@ -8,7 +8,7 @@ Homepage: http://git.entrouvert.org/cut-publik-theme.git
Package: cut-publik-theme
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, publik-base-theme
Depends: ${shlibs:Depends}, ${misc:Depends}, publik-base-theme, python-xstatic-roboto-fontface
Conflicts: python-authentic2 (< 2.1.20.742.gb6ee096-0)
Breaks: combo (< 0.7.1)
Description: Publik themes for Grand Lyon CUT

@ -1 +1 @@
Subproject commit 26b6406d206c7ccf7bba2e40a6314ac6c6a7a9f4
Subproject commit 92bebd5b711c36eb0bc252ec9272121af8b173f0

View File

@ -1,3 +1,5 @@
@import '../../publik-base-theme/static/includes/font-roboto';
body {
background: $body-background;
}

View File

@ -3,7 +3,7 @@ $mobile-limit: 960px;
$body-background: #f2f2f2;
$top-logo-width: -70px;
$font-size: 13px;
$font-family: Arial, sans-serif;
$font-family: Roboto, Arial, sans-serif;
$border-radius: 0;
$primary-color: #e10000;
$link-color: #666666;
@ -25,3 +25,4 @@ $title-border-bottom: 1px solid #C5C5B6;
$cell-border: 0px solid transparent;
$cell-background: $body-background;
$title-background: $body-background;
$data_uri_arrow-down: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDQuOCA0NDQuOCI+PHBhdGggZD0iTTI0OC4xIDM1Mkw0MzQgMTY1LjljNy4yLTYuOSAxMC44LTE1LjQgMTAuOC0yNS43IDAtMTAuMy0zLjYtMTguOC0xMC44LTI1LjdsLTIxLjQtMjEuN2MtNy03LTE1LjYtMTAuNi0yNS43LTEwLjYtOS45IDAtMTguNiAzLjUtMjYgMTAuNkwyMjIuNCAyMzEuNSA4My43IDkyLjhjLTctNy0xNS42LTEwLjYtMjUuNy0xMC42LTkuOSAwLTE4LjYgMy41LTI2IDEwLjZsLTIxLjQgMjEuN2MtNyA3LTEwLjYgMTUuNi0xMC42IDI1LjdzMy41IDE4LjcgMTAuNiAyNS43TDE5Ni40IDM1MmM3LjQgNyAxNi4xIDEwLjYgMjYgMTAuNiAxMC4xIDAgMTguNy0zLjUgMjUuNy0xMC42eiIvPjwvc3ZnPg==";