1 // Copyright (C) 2020 by Yuri Victorovich. All rights reserved.
2 
3 #pragma once
4 
5 #include <QFont>
6 
7 class Fonts {
8 public:
9 	static QFont  fontOperatorTitle;
10 	static QFont  fontTensorLabel;
11 };
12