mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
use roboto mono nerd font for nomadnet browser
This commit is contained in:
parent
e277ac7f9d
commit
22654b129c
4 changed files with 12 additions and 0 deletions
|
|
@ -100,6 +100,11 @@
|
|||
|
||||
<style>
|
||||
|
||||
pre {
|
||||
font-family: Roboto Mono Nerd Font, monospace;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
pre.text-wrap > div {
|
||||
display: flex;
|
||||
white-space: pre;
|
||||
|
|
|
|||
Binary file not shown.
6
src/frontend/fonts/RobotoMonoNerdFont/font.css
Normal file
6
src/frontend/fonts/RobotoMonoNerdFont/font.css
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
@font-face {
|
||||
font-family: 'Roboto Mono Nerd Font';
|
||||
src: url('./RobotoMonoNerdFont-Regular.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
import { createApp, defineAsyncComponent } from 'vue';
|
||||
import { createRouter, createWebHashHistory } from 'vue-router';
|
||||
import vClickOutside from "click-outside-vue3";
|
||||
import "./fonts/RobotoMonoNerdFont/font.css";
|
||||
|
||||
import App from './components/App.vue';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue