client/build: Google Droid Sans → local Open Sans

This commit is contained in:
rr- 2016-05-21 14:01:41 +02:00
parent f721554724
commit 519f606a39
4 changed files with 12 additions and 2 deletions

View file

@ -1,5 +1,13 @@
@import colors
/* latin */
@font-face
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(/fonts/open_sans.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
/* make <body> cover entire viewport */
html
height: 100%
@ -10,7 +18,7 @@ body
overflow-y: scroll
margin: 0
color: $text-color
font-family: 'Droid Sans', sans-serif
font-family: 'Open Sans', sans-serif
font-size: 12pt
line-height: 18pt
@media (max-width: 800px)

View file

@ -6,7 +6,6 @@
<title><!-- configured in the config file --></title>
<link href='/css/app.min.css' rel='stylesheet' type='text/css'/>
<link href='/css/vendor.min.css' rel='stylesheet' type='text/css'/>
<link href='//fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'/>
<link rel='shortcut icon' type='image/png' href='/img/favicon.png'/>
</head>
<body>

3
client/public/fonts/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
*
!open_sans.woff2
!.gitignore

Binary file not shown.