Skip to content

Commit

Permalink
Merge pull request #80 from lsst-dm/tickets/COMT-1545627
Browse files Browse the repository at this point in the history
 more font fixes
  • Loading branch information
womullan committed Jul 7, 2022
2 parents 70b050b + 1b6997d commit b2d4e41
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions milestones/celeb.py
Expand Up @@ -119,22 +119,22 @@ def write_html(top_milestones):
ofile = open(file_name, 'w')

print('<!DOCTYPE html>'
'<!-- Simple page with the top milestones on it -->'
'<html lang="en">'
'<head>'
'<meta charset="utf-8">'
'<style type="text/css" media="all">'
'<!-- Simple page with the top milestones on it -->\n'
'<html lang="en"> <head> <meta charset="utf-8">\n'
'<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.'
'com/css?family=Raleway:300,500,700&amp;subset=latin" media="all" />\n'
'<style type="text/css" media="all">\n'
'@import url("https://www.lsst.org/sites/all/themes/edu/css/style.css");'
'@import url("https://www.lsst.org/sites/default/files/'
'fontyourface/font.css");'
'fontyourface/font.css");\n'
'@import url("https://www.lsst.org/sites/default/files/'
'css_injector/css_injector_4.css");'
'body { background: none; } '
'th { font-weight: bold; } '
'td { line-height: 1.05em; padding 2px; font-family: Raleway; } '
'p { line-height: 2.05em; font-size: x-small; font-weight: bold; } '
'</style>'
'</head> <body>'
'css_injector/css_injector_4.css");\n'
'body { background: none; } \n'
'th { font-weight: bold; } \n'
'td { line-height: 1.05em; padding 2px; font-family: Raleway, sans; }\n'
'p { line-height: 2.05em; font-size: x-small; font-weight: bold; }\n'
'</style>\n'
'</head> <body>\n'
'<table id="top_miles">'
'<tr><th>Due</th><th>'
'Name</th></tr>', file=ofile)
Expand Down

0 comments on commit b2d4e41

Please sign in to comment.