diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-10-08 19:40:19 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-10-08 19:40:19 -0700 |
commit | f34b51252245b1834e0cd049859782145156e09b (patch) | |
tree | ba1ed80e1fd22c0419a4efab7abe44961553b314 /tmpl/header.html | |
parent | da0cb81801ac897fa41761af0b0b18fda9d16195 (diff) |
Revert "Allow bootstrap in popup templates"
This reverts commit da0cb81801ac897fa41761af0b0b18fda9d16195.
Diffstat (limited to 'tmpl/header.html')
-rw-r--r-- | tmpl/header.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tmpl/header.html b/tmpl/header.html index e5ecb06e..b7fad070 100644 --- a/tmpl/header.html +++ b/tmpl/header.html @@ -6,15 +6,13 @@ <style> @font-face { font-family: kanji-stroke-orders; - src: url('{{root}}/fg/ttf/kanji-stroke-orders.ttf'); + src: url('{{root}}/ttf/kanji-stroke-orders.ttf'); } @font-face { font-family: vl-gothic-regular; - src: url('{{root}}/fg/ttf/vl-gothic-regular.ttf'); + src: url('{{root}}/ttf/vl-gothic-regular.ttf'); } </style> - <link rel="stylesheet" type="text/css" href="{{root}}/lib/bootstrap-3.3.6-dist/css/bootstrap.min.css"> - <link rel="stylesheet" type="text/css" href="{{root}}/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css"> - <link rel="stylesheet" href="{{root}}/fg/css/frame.css"> + <link rel="stylesheet" href="{{root}}/css/frame.css"> </head> <body> |