Skip to content
Snippets Groups Projects
Commit 2952c060 authored by jojohoch's avatar jojohoch
Browse files

[player] Add fonts for math editor

parent e507125b
No related branches found
No related tags found
No related merge requests found
Pipeline #42557 passed
......@@ -145,6 +145,11 @@
"glob": "**/*",
"input": "./projects/common/assets",
"output": "assets"
},
{
"glob": "**/*",
"input": "./projects/common/assets/fonts/mathlive",
"output": "fonts"
}
],
"styles": [
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment