We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
css/svg.css
1 parent d213f4d commit d8aaeb6Copy full SHA for d8aaeb6
index.html
@@ -3,11 +3,6 @@
3
<head>
4
<title>RelAlg.js</title>
5
<script data-main="lib/relalg/main" src="bower_components/requirejs/require.js"></script>
6
- <style>
7
- #graph svg {
8
- font-family: "Hoefler Text", Georgia;
9
- }
10
- </style>
11
<link type="text/css" rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" media="all" />
12
<link type="text/css" rel="stylesheet" href="css/relalg.css" media="all" />
13
<link type="text/css" rel="stylesheet" href="css/svg.css" media="all" />
0 commit comments