Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
uw_fdsu_theme_resp
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_fdsu_theme_resp
Commits
5a754012
Commit
5a754012
authored
3 years ago
by
Martin Leblanc
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-4546: adding barlow as fallback font using google font api
parent
6d20c8c2
No related branches found
No related tags found
1 merge request
!59
ISTWCMS 4546 m26lebla barlow as backup font
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/page/html.html.twig
+11
-1
11 additions, 1 deletion
templates/page/html.html.twig
with
11 additions
and
1 deletion
templates/page/html.html.twig
+
11
−
1
View file @
5a754012
...
...
@@ -32,6 +32,13 @@
<!DOCTYPE html>
<html
{{
html_attributes
}}
class=
"no-js"
>
<head>
<link
rel=
"preconnect"
href=
"https://fonts.gstatic.com"
crossorigin
/>
<link
rel=
"preload"
as=
"style"
href=
"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700&family=Barlow:wght@400;500;700&display=swap"
/>
<link
rel=
"stylesheet"
href=
"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700&family=Barlow:wght@400;500;700&display=swap"
media=
"print"
onload=
"this.media='all'"
/>
<noscript>
<link
rel=
"stylesheet"
href=
"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700&family=Barlow:wght@400;500;700&display=swap"
/>
</noscript>
{%
if
not
uw_admin_page
%}
<!-- Google Tag Manager -->
<script>
(
function
(
w
,
d
,
s
,
l
,
i
){
w
[
l
]
=
w
[
l
]
||
[];
w
[
l
].
push
({
'
gtm.start
'
:
...
...
@@ -45,7 +52,10 @@
<title>
{{
head_title
|
safe_join
(
' | '
)
}}
</title>
<css-placeholder
token=
"
{{
placeholder_token
|
raw
}}
"
>
<js-placeholder
token=
"
{{
placeholder_token
|
raw
}}
"
>
</head>
<!-- [1] -->
</head>
<body
{{
attributes.addClass
(
body_classes
)
}}
>
{%
if
not
uw_admin_page
%}
<!-- Google Tag Manager (noscript) -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment