The font is now locally-sources, like tomatoes
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/static/sspro-ita.ttf
Normal file
BIN
src/static/sspro-ita.ttf
Normal file
Binary file not shown.
BIN
src/static/sspro.ttf
Normal file
BIN
src/static/sspro.ttf
Normal file
Binary file not shown.
@ -1,3 +1,7 @@
|
||||
@font-face {
|
||||
src: {{ url_for('static', filename='sspro-ita.ttf') }};
|
||||
}
|
||||
|
||||
html {
|
||||
background-color: #22242e;
|
||||
font-family: 'Source Sans Pro';
|
||||
|
@ -2,12 +2,12 @@
|
||||
<head>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='styles/main.css') }}" type="text/css" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<link href='https://fonts.googleapis.com/css?family=Source Sans Pro' rel='stylesheet'>
|
||||
<title>squip_notes</title>
|
||||
<!-- <link href='https://fonts.googleapis.com/css?family=Source Sans Pro' rel='stylesheet'> -->
|
||||
<title>sqnotes</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1 class="pagetitle">$ ~/squip_notes</h1>
|
||||
<h1 class="pagetitle">$ ~/sqnotes</h1>
|
||||
<div class="div1">
|
||||
<form action="." method="POST">
|
||||
<textarea type="text" name="title" class="title">{{ ntitle }}</textarea><br>
|
||||
|
@ -2,12 +2,12 @@
|
||||
<head>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='styles/main.css') }}" type="text/css" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<link href='https://fonts.googleapis.com/css?family=Source Sans Pro' rel='stylesheet'>
|
||||
<title>squip_notes</title>
|
||||
<!--<link href='https://fonts.googleapis.com/css?family=Source Sans Pro' rel='stylesheet'> -->
|
||||
<title>sqnotes</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1 class="pagetitle">$ ~/squip_notes</h1>
|
||||
<h1 class="pagetitle">$ ~/sqnotes</h1>
|
||||
<div class="div1">
|
||||
<form action="." method="POST">
|
||||
<input type="text" name="title" class="title" placeholder="Title"><br>
|
||||
|
Reference in New Issue
Block a user