mirror of
https://github.com/KuJoe/kontrolvm.git
synced 2025-04-21 20:43:26 +00:00

Moving fonts to local directories, adding favicon, and updating CSS to reflect these changes.
12 lines
No EOL
300 B
CSS
12 lines
No EOL
300 B
CSS
@font-face {
|
|
font-family: 'Montserrat';
|
|
font-style: normal;
|
|
font-weight: 100;
|
|
src: url('Montserrat-Regular.ttf') format('truetype');
|
|
}
|
|
@font-face {
|
|
font-family: 'Montserrat';
|
|
font-style: italic;
|
|
font-weight: 100;
|
|
src: url('Montserrat-Italic.ttf') format('truetype');
|
|
} |