Merge pull request 'Removing Google fonts connections.' (#9) from fix/issue_#3/removing_google_fonts into master

This commit is contained in:
sergiotarxz 2020-07-28 19:48:10 +02:00
commit cce82e5ae2
5 changed files with 1841 additions and 1 deletions

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

Binary file not shown.

11
fonts/opensans/stylesheet.css Executable file
View File

@ -0,0 +1,11 @@
@font-face {
font-family: 'open_sansregular';
src: url('OpenSans-Regular-webfont.woff2') format('woff2'),
url('OpenSans-Regular-webfont.woff') format('woff'),
url('OpenSans-Regular-webfont.ttf') format('truetype'),
url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
font-weight: normal;
font-style: normal;
}

View File

@ -1,7 +1,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href="//fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<?php echo Theme::css('fonts/opensans/stylesheet.css'); ?>
<meta name="author" content="Bludit CMS">
<!-- Dynamic title tag -->