i18n: include "latin extended" glyph set in roboto font

This commit is contained in:
Vincent Breitmoser 2019-11-17 22:45:56 +01:00
parent ce846230aa
commit a8d95fae83
No known key found for this signature in database
GPG Key ID: 7BD18320DEADFA11
11 changed files with 7 additions and 7 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

12
dist/assets/site.css vendored
View File

@ -9,13 +9,13 @@ body {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url('fonts/roboto-v18-latin-300.eot');
src: url('fonts/roboto-v20-latin_latin-ext-300.eot');
src: local('Roboto Light'), local('Roboto-Light'),
url('fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'),
url('fonts/roboto-v18-latin-300.woff2') format('woff2'),
url('fonts/roboto-v18-latin-300.woff') format('woff'),
url('fonts/roboto-v18-latin-300.ttf') format('truetype'),
url('fonts/roboto-v18-latin-300.svg#Roboto') format('svg');
url('fonts/roboto-v20-latin_latin-ext-300.eot?#iefix') format('embedded-opentype'),
url('fonts/roboto-v20-latin_latin-ext-300.woff2') format('woff2'),
url('fonts/roboto-v20-latin_latin-ext-300.woff') format('woff'),
url('fonts/roboto-v20-latin_latin-ext-300.ttf') format('truetype'),
url('fonts/roboto-v20-latin_latin-ext-300.svg#Roboto') format('svg');
}
tt {

View File

@ -2,7 +2,7 @@
<html lang="{{lang}}">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="/assets/site.css?v=18" type="text/css"/>
<link rel="stylesheet" href="/assets/site.css?v=19" type="text/css"/>
<link rel="alternate" href="atom.xml" type="application/atom+xml" title="keys.openpgp.org newsfeed" />
<title>keys.openpgp.org</title>
</head>