Browse Source

Latex font

latex-resume
Kevin Mok 2 months ago
parent
commit
a1086f3c2e
No known key found for this signature in database GPG Key ID: 6DEED612B26C08E2
  1. 6
      assets/sass/main.scss
  2. 2
      layouts/partials/base/header.html
  3. 2
      static/pdf

6
assets/sass/main.scss

@ -110,7 +110,11 @@ body {
// font-size: 20px;
// font-size: 22px;
/* font-family: 'Source Code Pro', monospace; */
font-family: 'Hack', monospace;
// font-family: 'Hack', monospace;
// body {
// font-family: 'Times New Roman', serif;
font-family: "Computer Modern Serif";
// }
display: flex;
flex-direction: column;
min-height: 100vh;

2
layouts/partials/base/header.html

@ -20,6 +20,8 @@
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700" type="text/css"> -->
<!-- <link rel='stylesheet' href='//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack-subset.css'> -->
<!-- <link rel="stylesheet" href="https://meyerweb.com/eric/tools/css/reset/reset.css" type="text/css" media="all" /> -->
<link rel="stylesheet" type="text/css"
href="https://cdn.rawgit.com/dreampulse/computer-modern-web-font/master/fonts.css">
<link rel="stylesheet" href="{{ "css/style.css" | relURL }}" type="text/css">
{{ $main_sass := resources.Get "sass/main.scss" }}
{{ $main_style := $main_sass | resources.ToCSS }}

2
static/pdf

@ -1 +1 @@
Subproject commit f96e4a7485601fe51a4171a83063f28e79a5a06a
Subproject commit f0d3c7aca0c88322084afbf4b45d1122bfd840bd
Loading…
Cancel
Save