Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn Webb
Slsa
Commits
625cefa3
Unverified
Commit
625cefa3
authored
Dec 17, 2021
by
Dev Morgan
Browse files
Fixes font path
Signed-off-by:
Dev Morgan
<
disfordisford@gmail.com
>
parent
7568f985
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/_includes/head.html
View file @
625cefa3
...
...
@@ -21,11 +21,7 @@
<link
rel=
"preconnect"
href=
"https://fonts.gstatic.com"
crossorigin
/>
<link
href=
"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap"
rel=
"stylesheet"
/>
<link
href=
"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400&display=swap"
rel=
"stylesheet"
/>
{% if jekyll.environment == 'production' %}
<link
rel=
"stylesheet"
href=
"{{"
/
fonts
/
fonts-prod.css
"
|
relative_url
}}"
>
{% else %}
<link
rel=
"stylesheet"
href=
"/fonts/fonts.css"
/>
{% endif %}
<script
src=
"https://unpkg.com/swiper@6.8.4/swiper-bundle.min.js"
></script>
<link
rel=
"stylesheet"
href=
"https://unpkg.com/swiper@6.8.4/swiper-bundle.min.css"
/>
...
...
docs/fonts/fonts-prod.css
deleted
100644 → 0
View file @
7568f985
/* // Fonts */
@font-face
{
font-family
:
'Prodigy'
;
src
:
url('/slsa/fonts/ProdigySans-Regular.ttf')
format
(
'truetype'
),
url('/slsa/fonts/ProdigySans-Regular.woff2')
format
(
'woff2'
),
url('/slsa/fonts/ProdigySans-Regular.woff')
format
(
'woff'
);
}
@font-face
{
font-family
:
'Prodigy medium'
;
src
:
url('/slsa/fonts/ProdigySans-Medium.ttf')
format
(
'truetype'
),
url('/slsa/fonts/ProdigySans-Medium.woff2')
format
(
'woff2'
),
url('/slsa/fonts/ProdigySans-Medium.woff')
format
(
'woff'
);
}
@font-face
{
font-family
:
'Prodigy semibold'
;
src
:
url('/slsa/fonts/ProdigySans-SemiBold.ttf')
format
(
'truetype'
),
url('/slsa/fonts/ProdigySans-SemiBold.woff2')
format
(
'woff2'
),
url('/slsa/fonts/ProdigySans-SemiBold.woff')
format
(
'woff'
);
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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