Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_wcms_ohana
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
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_wcms_ohana
Commits
4eb485ab
Commit
4eb485ab
authored
2 years ago
by
Eric Bremner
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-5637: adding script to get the fonts
parent
15a4a26e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
get_fonts.sh
+12
-0
12 additions, 0 deletions
get_fonts.sh
with
12 additions
and
0 deletions
get_fonts.sh
0 → 100755
+
12
−
0
View file @
4eb485ab
echo
"*************************************************************************"
echo
"Getting fonts ..."
if
[[
-d
../../../../../config/fonts
]]
;
then
if
[[
-d
dist/fonts
]]
;
then
rm
-rf
dist/fonts/
*
fi
cp
../../../../../config/fonts/
*
dist/fonts
else
echo
"Error: there are no fonts installed, run ./setup_site.sh"
fi
echo
"Done getting fonts ..."
echo
"*************************************************************************"
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