Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
OpenAppStack
website
Commits
bb65e088
Verified
Commit
bb65e088
authored
Mar 22, 2019
by
Maarten de Waard
👼
Browse files
add google font CSS locally
parent
6225d584
Changes
3
Hide whitespace changes
Inline
Side-by-side
_layouts/default.html
View file @
bb65e088
...
...
@@ -36,7 +36,8 @@
<link rel="alternate" media="handheld" href=""> -->
<link
href=
'https://fonts.googleapis.com/css?family=Open+Sans:400,700'
rel=
'stylesheet'
type=
'text/css'
>
<!-- Original link: https://fonts.googleapis.com/css?family=Open+Sans:400,700 -->
<link
href=
'/assets/css/open-sans.css'
rel=
'stylesheet'
type=
'text/css'
>
<link
rel=
"stylesheet"
href=
"{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}"
>
</head>
<body>
...
...
_layouts/presentation.html
View file @
bb65e088
...
...
@@ -102,7 +102,8 @@
padding-top
:
1em
;
}
</style>
<link
href=
'https://fonts.googleapis.com/css?family=Open+Sans:400,700'
rel=
'stylesheet'
type=
'text/css'
>
<!-- Original link: https://fonts.googleapis.com/css?family=Open+Sans:400,700 -->
<link
href=
'/assets/css/open-sans.css'
rel=
'stylesheet'
type=
'text/css'
>
<link
rel=
"stylesheet"
href=
"{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}"
>
</head>
<body>
...
...
assets/css/open-sans.css
0 → 100644
View file @
bb65e088
@font-face
{
font-family
:
'Open Sans'
;
font-style
:
normal
;
font-weight
:
400
;
src
:
local
(
'Open Sans Regular'
),
local
(
'OpenSans-Regular'
),
url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf)
format
(
'truetype'
);
}
@font-face
{
font-family
:
'Open Sans'
;
font-style
:
normal
;
font-weight
:
700
;
src
:
local
(
'Open Sans Bold'
),
local
(
'OpenSans-Bold'
),
url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf)
format
(
'truetype'
);
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment