client/build: Google Droid Sans → local Open Sans
This commit is contained in:
parent
f721554724
commit
519f606a39
|
@ -1,5 +1,13 @@
|
||||||
@import colors
|
@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 */
|
/* make <body> cover entire viewport */
|
||||||
html
|
html
|
||||||
height: 100%
|
height: 100%
|
||||||
|
@ -10,7 +18,7 @@ body
|
||||||
overflow-y: scroll
|
overflow-y: scroll
|
||||||
margin: 0
|
margin: 0
|
||||||
color: $text-color
|
color: $text-color
|
||||||
font-family: 'Droid Sans', sans-serif
|
font-family: 'Open Sans', sans-serif
|
||||||
font-size: 12pt
|
font-size: 12pt
|
||||||
line-height: 18pt
|
line-height: 18pt
|
||||||
@media (max-width: 800px)
|
@media (max-width: 800px)
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
<title><!-- configured in the config file --></title>
|
<title><!-- configured in the config file --></title>
|
||||||
<link href='/css/app.min.css' rel='stylesheet' type='text/css'/>
|
<link href='/css/app.min.css' rel='stylesheet' type='text/css'/>
|
||||||
<link href='/css/vendor.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'/>
|
<link rel='shortcut icon' type='image/png' href='/img/favicon.png'/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
*
|
||||||
|
!open_sans.woff2
|
||||||
|
!.gitignore
|
Binary file not shown.
Loading…
Reference in New Issue