Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
verona-modules-aspect
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Insights
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
IQB
verona-modules-aspect
Commits
2952c060
Commit
2952c060
authored
2 years ago
by
jojohoch
Browse files
Options
Downloads
Patches
Plain Diff
[player] Add fonts for math editor
parent
e507125b
No related branches found
No related tags found
No related merge requests found
Pipeline
#42557
passed
2 years ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
angular.json
+5
-0
5 additions, 0 deletions
angular.json
projects/player/src/html_wrapper/index.html
+1
-0
1 addition, 0 deletions
projects/player/src/html_wrapper/index.html
with
6 additions
and
0 deletions
angular.json
+
5
−
0
View file @
2952c060
...
...
@@ -145,6 +145,11 @@
"glob"
:
"**/*"
,
"input"
:
"./projects/common/assets"
,
"output"
:
"assets"
},
{
"glob"
:
"**/*"
,
"input"
:
"./projects/common/assets/fonts/mathlive"
,
"output"
:
"fonts"
}
],
"styles"
:
[
...
...
This diff is collapsed.
Click to expand it.
projects/player/src/html_wrapper/index.html
+
1
−
0
View file @
2952c060
...
...
@@ -46,6 +46,7 @@
<link
href=
"player/assets/ptsans.css"
rel=
"stylesheet"
>
<link
href=
"player/assets/notoSansSymbols2.css"
rel=
"stylesheet"
>
<link
href=
"player/assets/material-icons.css"
rel=
"stylesheet"
>
<link
href=
"player/assets/mathlive-fonts.css"
rel=
"stylesheet"
>
</head>
<body>
<script
type=
"text/javascript"
src=
"player.js"
></script>
...
...
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