File size: 262 Bytes
d765c07
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
def get_font_css():
    return """
    <style>
    @import url('https://fonts.googleapis.com/css2?family=Tw+Cen+MT:wght@400;700&display=swap');
    html, body, [class*='css']  {
        font-family: 'Tw Cen MT', sans-serif !important;
    }
    </style>
    """