Merge pull request 'Removing Google fonts connections.' (#9) from fix/issue_#3/removing_google_fonts into master
This commit is contained in:
commit
cce82e5ae2
1829
fonts/opensans/OpenSans-Regular-webfont.svg
Executable file
1829
fonts/opensans/OpenSans-Regular-webfont.svg
Executable file
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 116 KiB |
BIN
fonts/opensans/OpenSans-Regular-webfont.ttf
Executable file
BIN
fonts/opensans/OpenSans-Regular-webfont.ttf
Executable file
Binary file not shown.
BIN
fonts/opensans/OpenSans-Regular-webfont.woff
Executable file
BIN
fonts/opensans/OpenSans-Regular-webfont.woff
Executable file
Binary file not shown.
11
fonts/opensans/stylesheet.css
Executable file
11
fonts/opensans/stylesheet.css
Executable 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;
|
||||
|
||||
}
|
||||
|
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user