Added trailing newline.
This commit is contained in:
parent
0b99a430ee
commit
9f47f9f49c
@ -10,3 +10,4 @@
|
||||
@import 'tag/tag';
|
||||
@import 'message/message';
|
||||
@import 'pagination/pagination';
|
||||
@import 'fonts/fonts';
|
||||
|
@ -43,6 +43,12 @@
|
||||
font-display: swap;
|
||||
src: local('Montserrat Bold'), local('Montserrat-Bold'), url(fonts/Montserrat/Montserrat-Bold.woff2) format('woff2');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Material Icons';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local("MaterialIcons Regular"), local("MaterialIcons-Regular"), url(fonts/MaterialDesignIcons/MaterialIcons-Regular.woff2) format('woff2');
|
||||
}
|
||||
|
||||
// Define global color variables.
|
||||
$-beige: #D7CEC7;
|
||||
|
Loading…
Reference in New Issue
Block a user